Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
3361 Zobrazení

Odoo 12.  I'm trying to add chatter to the product.supplierinfo table as I have added a menu and view to see all of the alternate products in one view. In the product app, models - product.py, i've modified the following:

class SupplierInfo(models.Model):
     _name = "product.supplierinfo"
     _description = "Supplier Pricelist"

     _inherit = ['mail.thread', 'mail.activity.mixin']    

     _order = 'sequence, min_qty desc, price'

but after restarting the service, I get the following error:

psycopg2.ProgrammingError: column product_supplierinfo.message_main_attachment_id does not exist

Any help would be greatly appreciated.

thanks,

Dave


Avatar
Zrušit

have you update the module?

Related Posts Odpovědi Zobrazení Aktivita
0
říj 15
3599
1
úno 25
7590
1
bře 15
5830
2
bře 15
5331
1
bře 15
4439