I don't want billing user to invoice backdate or use future date.
**** I am not a programmer so i don't understand coding****
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I don't want billing user to invoice backdate or use future date.
**** I am not a programmer so i don't understand coding****
In Odoo Enterprise you can use Odoo Studio to limit which users can see a field.
Otherwise you need to create a simple Extension View. It's not really programming, but you need to understand something about how Odoo works. For your reference, this is how to do it in Odoo 12:
<data>
<xpath expr="//field[@name='date_invoice']" position="attributes">
<attribute name="groups">account.group_account_user</attribute>
</xpath>
</data>
By the way, it's different in Odoo 13, but the principle is the same.
Hi, thanks for helping.
but sadly it does not work in odoo 13
I did say that it's different in Odoo 13 (it's because Odoo changed the database structure). Here's a guide to doing it in Odoo 13 CE: https://odootricks.tips/making-a-field-invisible/#13ce
Thanks! It worked!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up