Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
2837 Widoki

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.

Awatar
Odrzuć
Najlepsza odpowiedź

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, ...)


Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
kwi 17
5292
3
maj 16
8013
3
mar 25
1260
1
paź 24
5910
0
gru 22
2063