Hi,
I wounder if it is possible to have the button create in tree and form of Supplier Invoices, but not in Customer Invoices?
I removed but it disappear from both, every change that I make I always affect both...
To remove I have this code in addons/my_module/account_view.xml:
account.invoice.tree.inherit account.invoice false account.invoice.form.change account.invoice 1000 false
.......SEVERAL OTHER CHANGES......
To have the button create just in Supplier Invoices I'va tryed like this:
account.invoice.tree.inherit account.invoice true tree
I notice that the last change that I make is the change that both have....
I can't change just one ...
↧