I need to insert some customer data using a script. Between all the data I need to insert account assets, but no the ones by default. I know that most of the information for customers is saved on res_partner but there is no field on that table related with assets.
Where can I find the fields property_account_receivable_id and property_account_payable_id?
I am using Odoo 10 Enterprise
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Financeiro
- Inventário
- PoS
- Project
- MRP
Esta pergunta foi sinalizada
These are property fields and their values are company dependent. Users in different companies may see different values for these fields.
You can retrieve its value from ir_property table.
select * from ir_property where name='property_account_receivable_id' ;
I already had the module installed but I can not see that field. I suppose is the same, but I am searching it on the table called res_partner.
EDIT:
The fields obviously exists, because I can see them on the Odoo, but what I need to know is in which table from the database is stored that data
Hi,
Install the module named Invoicing (technical name: account). In this module the res.partner is inherited and the field is added to the model.
Thanks
Está gostando da discussão? Não fique apenas lendo, participe!
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscreva-sePublicações relacionadas | Respostas | Visualizações | Atividade | |
---|---|---|---|---|
|
4
dez. 24
|
30210 | ||
|
1
ago. 21
|
4486 | ||
|
1
dez. 24
|
1212 | ||
|
7
ago. 19
|
9060 | ||
|
1
jul. 19
|
4274 |