
Search In
To create a Field Color class, the value of this field should be a string containing a color code like those used in CSS. This color field should display in block whose color corresponds to the value of the field. In read-write mode. For more see exa
In OpenERP first create custom module and inherits the Scanner object in your own module and pass all the barcode fields and map it to the object.
Then this barcode will start a loop that catches all keyboard events in Odoo. And by using the parse
In Odoo first, you have to install accounting module and in our system add existing fields and inherit the accounting module in our own module.
We will follow these step given below:
Step1- First we create our own module and inherits the ac
If you want generate the barcode for product in odoo You will need the following kind of python code declaration in your .py file:
from openerp.osv import fields, orm
from openerp.tools.translate import _
def isodd(x):
return bool(x % 2)
Hi Friends,
Please help me with the error, When I am installing rental module in Odoo-9. It is giving me below mentioned error -
2015-12-23 06:34:25,935 7070 INFO Mary_DB9 openerp.sql_db: Programming error: can't adapt type 'dict', in quer
In OpenERP first create custom module and inherits the hr module in your existing module.
Follow these step given below
Step1- First create existing module like as test and than create .py file in your own module like as a test.py file and
If you want to remove old PostgreSQL database server in OpenERP from your system follow the below mentioned steps:
Step-1 Go to start menu and click it.
Step-2 Click on programs button.
Step-3 Click Uninstall a program.
Step-4 after that Searching
To check product quantity in openerp
You have to write this function in .py file to check product quantity in product module and relate his to
the inventory management. See code given below
def check_product_quantity(self, cr, uid, product, quantit
To Compute the quantity invoiced If case of a refund in openerp to Compute the quantity invoiced. If case of a refund, the quantity invoiced is decreased. Note that this is the case only if the refund is generated from and function given below to us
Barcodes can be generated using the tag in RML files.
The following formats are supported
codabar
code11
code128 (default if no ‘code’ specified’)
standard39
standard93
i2of5
extended39
extended93
msi
fim
postnet
You can change the followin