mirror of
https://github.com/bringout/oca-ocb-sale.git
synced 2026-04-24 15:52:08 +02:00
Initial commit: Sale packages
This commit is contained in:
commit
14e3d26998
6469 changed files with 2479670 additions and 0 deletions
32
odoo-bringout-oca-ocb-product/doc/MODELS.md
Normal file
32
odoo-bringout-oca-ocb-product/doc/MODELS.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Models
|
||||
|
||||
Detected core models and extensions in product.
|
||||
|
||||
```mermaid
|
||||
classDiagram
|
||||
class product_attribute
|
||||
class product_attribute_custom_value
|
||||
class product_attribute_value
|
||||
class product_category
|
||||
class product_packaging
|
||||
class product_pricelist
|
||||
class product_pricelist_item
|
||||
class product_product
|
||||
class product_supplierinfo
|
||||
class product_tag
|
||||
class product_template
|
||||
class product_template_attribute_exclusion
|
||||
class product_template_attribute_line
|
||||
class product_template_attribute_value
|
||||
class decimal_precision
|
||||
class res_company
|
||||
class res_config_settings
|
||||
class res_country_group
|
||||
class res_currency
|
||||
class res_partner
|
||||
class uom_uom
|
||||
```
|
||||
|
||||
Notes
|
||||
- Classes show model technical names; fields omitted for brevity.
|
||||
- Items listed under _inherit are extensions of existing models.
|
||||
Loading…
Add table
Add a link
Reference in a new issue