I am absolutely sure that my VAT number is correct. But i cannot setup odoo8 on my NAS because of a error message that the VAT check failed error no module named stdnum.nl.btw. I installed it on a second Synology I have. reinstalled OpenERP7 just to remove the database. Nothing helps. What am I doing wrong? How can I disable VAT check?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- المشروع
- MRP
لقد تم الإبلاغ عن هذا السؤال
4
الردود
5096
أدوات العرض
I have the same problem with Odoo 8 on a synology NAS did you find a solution in the meantime?
hi Mark, you should update your stdnum, latest rev is 1.2 which includes nl.btw, see https://pypi.python.org/pypi/python-stdnum/1.2
Hi Jérémy, thanks for answering. Where do I insert that? I have Odoo8 running on Synology (via package center so I know nothing)
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيل
you can try to bypass check vat with a return True in this function : def vies_vat_check(self, cr, uid, country_code, vat_number, context=None):