How to implement the pseudo-identifier object for creating new records with (NewId) in odoo17 class NewId(object): Pseudo-ids for new records, encapsulating an optional origin id (actual record id) and an optional reference (any value). TRANSLATED SEGMENT: __slots__ = ['origin', 'ref'] def __i... Odoo一体化 odoo开发
odoo14 connecting to Mssql database——odoo weighbridge integration development As is well known, the underlying database of Odoo uses PostgreSQL, but many factories in China use MSSQL databases. It is also impossible for many factories to fully adopt Odoo integration all at once... Odoo一体化 odoo实施佛山 odoo开发
How to automate the execution of related actions using the "Scheduled Actions" feature in odoo13 The content of this cell is too long for an XLSX file (more than 32767 characters). Please use the CSV format for this export.... Odoo一体化 odoo开发
Odoo development: Domain expressions are easier to understand this way 1. Domain expression rules The simplest format: [('field name', 'operator', value)] Example: [('shenqr.user_id','=',uid)] Field name If it is a Many2one/Many2Many/One2many field, you can retrieve the ... Odoo一体化 odoo开发
odoo14 development: How to modify the breadcrumb navigation name of a document Odoo native code document breadcrumb navigation defaults to using the name field for display, as shown in the following image: How to modify the name I want? According to the official [models.py] file... Odoo一体化 odoo开发
odoo14 feature update: replenishment group model — the new field mrp_production_ids has great potential As an Odoo developer, the replenishment group is a magical model; before Odoo 14, the replenishment group could effectively link sales and outbound delivery more closely. After optimization by experts... Odoo一体化 odoo开发
ODOO14 sales custom order process approval management system ERP system approval is essentially a change in document status, and there is nothing difficult about it; For example, when an Odoo14 customer requires that when a customer places a customized sales or... Odoo一体化 odoo实施 odoo开发
Odoo implements automatic code generation for ERP product materials The content of this cell is too long for an XLSX file (more than 32767 characters). Please use the CSV format for this export.... Odoo一体化 odoo实施 odoo开发
Odoo field attribute fields.one2many @api.multi def onchange_partner_id(self, part): res = super(SaleOrder, self).onchange_partner_id(part) domain = [('active', '=', True), ('sale_ok', '=', True)] if part: partner = self.env['res.partner... ODOO二次开发建议 Odoo一体化 odoo13二次开发 odoo13开发 odoo开发
Is Odoo convenient for building websites? How to optimize internal and external links in Odoo 14 Many companies, after having their websites built by a web development company, do not manage or maintain them, and are even less clear about what internal and external links are. They want to build t... Odoo一体化 odoo做网站 odoo前端web odoo前端网站 odoo建网站 odoo开发 odoo网站使用