mirror of
https://github.com/OCA/intrastat-extrastat.git
synced 2025-02-16 17:13:41 +02:00
[13.0] product_harmonized_system: do not require company on hs_code model
This commit is contained in:
committed by
Hai Lang
parent
20f428b860
commit
5b5720f108
@@ -34,8 +34,6 @@ class HSCode(models.Model):
|
||||
company_id = fields.Many2one(
|
||||
"res.company",
|
||||
string="Company",
|
||||
readonly=True,
|
||||
required=True,
|
||||
default=lambda self: self._default_company_id(),
|
||||
)
|
||||
product_categ_ids = fields.One2many(
|
||||
|
||||
Reference in New Issue
Block a user