Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
2826 Переглядів

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.

Аватар
Відмінити
Найкраща відповідь

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


Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
0
квіт. 17
5267
3
трав. 16
7981
Why XML in odoo ? Вирішено
3
бер. 25
1224
Odoo action error Вирішено
1
жовт. 24
5835
0
груд. 22
2050