Add module pos_config_single_user
Several usability enhancements in sale, purchase, product and account
This commit is contained in:
committed by
Raphaël Valyi
parent
1bd86ce02a
commit
8598673530
@@ -21,3 +21,10 @@ class ProductProduct(models.Model):
|
|||||||
'default_code_uniq',
|
'default_code_uniq',
|
||||||
'unique(default_code)',
|
'unique(default_code)',
|
||||||
'This internal reference already exists!')]
|
'This internal reference already exists!')]
|
||||||
|
|
||||||
|
|
||||||
|
class ProductSupplierinfo(models.Model):
|
||||||
|
_inherit = 'product.supplierinfo'
|
||||||
|
|
||||||
|
name = fields.Many2one(
|
||||||
|
domain=[('supplier', '=', True), ('parent_id', '=', False)])
|
||||||
|
|||||||
Reference in New Issue
Block a user