I have a custom module that adds features to the invoices, but I want to take an account models field and remove its invisible attribute. I know how to do this from developer mode, but I would like to enforce it with my invoicing module.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Księgowość
- Zapasy
- PoS
- Project
- MRP
To pytanie dostało ostrzeżenie
1
Odpowiedz
6058
Widoki
Inherit the view and use xpath with attributes tag
Eg:
<xpath expr="//field[@name='account_id']" position="attributes">
<attribute name="invisible">False</attribute>
</xpath>
Podoba Ci się ta dyskusja? Dołącz do niej!
Stwórz konto dzisiaj, aby cieszyć się ekskluzywnymi funkcjami i wchodzić w interakcje z naszą wspaniałą społecznością!
Zarejestruj sięPowiązane posty | Odpowiedzi | Widoki | Czynność | |
---|---|---|---|---|
Unselect the Show in Invoices Footer option
Rozwiązane
|
|
3
lut 25
|
3056 | |
invoice number prefix
Rozwiązane
|
|
1
lis 24
|
2862 | |
|
1
gru 23
|
2707 | ||
|
1
kwi 21
|
7838 | ||
How to Change Invoice date after validation?
Rozwiązane
|
|
6
sty 24
|
15590 |
Look how inheritance work in odoo: https://goo.gl/4Zyc9d