Odoo中使用的部分表名及用途

Posted تHjkl

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Odoo中使用的部分表名及用途相关的知识,希望对你有一定的参考价值。

使用pgAdmin 4执行

comment on table res_groups is \'用户组(角色)\';
comment on table res_lang  is \'语言\';
comment on table res_partner  is \'供应商/客户/联系人\';
comment on table res_font  is \'字体\';
comment on table res_company  is \'公司\';
comment on table res_bank  is \'银行\';
comment on table res_country  is \'国家\';
comment on table res_country_state  is \'州/省\';
comment on table res_currency  is \'货币\';
comment on table res_currency_rate is \'汇率\';
comment on table ir_ui_menu  is \'菜单 \';
comment on table ir_act_window  is \'菜单动作\';
comment on table ir_act_window_view  is \'菜单动作与视图的对应关系\';
comment on table ir_ui_view  is \'视图\';
comment on table ir_cron  is \'计划的动作\';
comment on table wkf  is \'工作流\';
comment on table wkf_activity  is \'活动\';
comment on table wkf_transition  is \'迁移\';
comment on table sale_order  is \'报价单/销售订单\';
comment on table sale_order_line  is \'销售订单明细行\';
comment on table purchase_order  is \'询价单/采购订单\';
comment on table purchase_order_line  is \'采购订单明细行\';
comment on table product_category  is \'产品分类\';
comment on table product_product  is \'产品\';
comment on table product_template  is \'产品信息\';
comment on table product_uom  is \'计量单位\';
comment on table product_pricelist is \'价格表\';
comment on table product_pricelist_version  is \'价格表版本\';
comment on table product_price_type  is \'计价类型\';
comment on table stock_warehouse  is \'仓库\';
comment on table stock_location  is \'库位\';
comment on table stock_picking  is \'分拣单(出库/入库/内部移动)\';
comment on table stock_move  is \'库存移动(移库单)\';
comment on table stock_quant  is \'库存分析\';
comment on table stock_inventory  is \'库存盘点\';
comment on table stock_inventory_line  is \'库存盘点明细\';
comment on table stock_production_lot  is \'序列号(产品批次)\';
comment on table stock_warehouse_orderpoint  is \'再订货规则\';
comment on table procurement_rule  is \'补货规则(拉式流)\';
comment on table procurement_order  is \'补货单\';
comment on table stock_location_route  is \'路线\';
comment on table account_asset_category  is \'固定资产类别\';
comment on table account_asset_asset  is \'固定资产\';
comment on table account_account  is \'会计科目\';
comment on table account_account_type  is \'科目类型\';
comment on table account_tax  is \'税\';
comment on table account_fiscalyear  is \'会计年度\';
comment on table account_period  is \'会计期间\';
comment on table account_invoice  is \'发票\';
comment on table account_invoice_line  is \'发票明细\';
comment on table account_move  is \'会计凭证(会计分录)\';
comment on table account_move_line  is \'会计凭证明细\';
comment on table account_voucher  is \'记账凭证(收付款凭证)\';
comment on table account_voucher_line  is \'记账明细\';
comment on table account_journal  is \'凭证类型\';

以上是关于Odoo中使用的部分表名及用途的主要内容,如果未能解决你的问题,请参考以下文章

sqlite中SQLite查看所有表名及字段名,及判断是否存在的方法

查询所有表名及表备注

django中自定义表名及字段名称

SQLServer 获得所有表结构(包括表名及字段)

hibernate 直接通过表名,获取字段名及字段类型??

关于mysql存储过程创建动态表名及參数处理