Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
7684 Visualizações

We were looking to run a Python Script whenever a product is edited. We were thinking to hook this to the "Save" button on the product form, but can't seem to access it since it is a 'core' button.

Avatar
Cancelar

Key component of OpenERP is ORM. Predefined attributes/ORM method(create, wirte, unlink, etc) are defined out there. There are good reference to start learning https://doc.openerp.com/6.0/developer/2_5_Objects_Fields_Methods/methods/ https://www.openerp.com/files/memento/OpenERP_Technical_Memento_latest.pdf

Melhor resposta

Create a new module that will inherent the save method of product.product.

See question, 8503 for more.

Avatar
Cancelar

from where th creation of the product is handled(by which method of the product.py module) ???

Publicações relacionadas Respostas Visualizações Atividade
2
jun. 16
5086
2
abr. 25
3110
1
ago. 20
5386
1
mai. 19
5078
2
dez. 18
27436