コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3741 ビュー

I dont understand all answers, How can i disable ean13 validation. Please help.

Please explain step by step. Im beginner in Openerp.

Regards.

アバター
破棄
最善の回答

Hello,

you can directly modify the product base module on path /addons/product/product.py

line 619: _constraints = .....

you can comment it or make it an empty list. Then restart your server and check it.

But this will modify the Base module, then it is not the proper solution. You have to inherit this model for the production server.

I hope it'll help

Regards...

アバター
破棄
関連投稿 返信 ビュー 活動
0
11月 16
5095
0
3月 15
2983
2
3月 15
5629
0
9月 21
1908
1
2月 16
4156