mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-20 23:52:09 +02:00
19.0 vanilla
This commit is contained in:
parent
0a7ae8db93
commit
991d2234ca
416 changed files with 646602 additions and 300844 deletions
|
|
@ -339,7 +339,7 @@ def populate_model(model: Model, populated: dict[Model, int], factors: dict[Mode
|
|||
class Many2oneFieldWrapper(Many2one):
|
||||
def __init__(self, model, field_name, comodel_name):
|
||||
super().__init__(comodel_name)
|
||||
self._setup_attrs(model, field_name) # setup most of the default attrs
|
||||
self._setup_attrs__(model, field_name) # setup most of the default attrs
|
||||
|
||||
|
||||
class Many2manyModelWrapper:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue