Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
2730 Vues

I want to set the default tax in action record, I can set other values through context field, but I have no idea what to fill for the taxes_id since it is a many2many field. I want to set the default value to 0 or empty the tax field. My module is inherited from product base module.

Avatar
Ignorer
Meilleure réponse

Dear Fransisco Wijaya,

You can over-ride the customer tax field and set default value on the inherited module

my_taxes = fields.Many2many(default=get_taxes, ...)


Avatar
Ignorer
Publications associées Réponses Vues Activité
0
avr. 17
5087
3
mai 16
7821
3
mars 25
1043
1
oct. 24
5489
0
déc. 22
1922