pg_dump odoo
COPY public.product_template (id, message_main_attachment_id, name, sequence, description, description_purchase, description_sale, type, categ_id, list_price, volume, weight, sale_ok, purchase_ok, uom_id, uom_po_id, company_id, active, color, default_code, can_image_1024_be_zoomed, has_configurable_attributes, create_uid, create_date, write_uid, write_date, service_type, sale_line_warn, sale_line_warn_msg, expense_policy, invoice_policy, service_tracking, purchase_method, purchase_line_warn, purchase_line_warn_msg, service_to_purchase, can_be_expensed, sale_delay, tracking, description_picking, description_pickingout, description_pickingin, purchase_requisition, rating_last_value, website_meta_title, website_meta_description, website_meta_keywords, website_meta_og_img, seo_name, website_id, is_published, website_description, website_size_x, website_size_y, website_ribbon_id, website_sequence, hs_code, inventory_availability, available_threshold, custom_message, available_in_pos, to_weight, pos_categ_id, prod
|
odoo
SELECT "res_partner"."id" as "id", "res_partner"."name" as "name", "res_partner"."display_name" as "display_name", "res_partner"."date" as "date", "res_partner"."title" as "title", "res_partner"."parent_id" as "parent_id", "res_partner"."ref" as "ref", "res_partner"."lang" as "lang", "res_partner"."tz" as "tz", "res_partner"."vat" as "vat", "res_partner"."website" as "website", "res_partner"."comment" as "comment", "res_partner"."active" as "active", "res_partner"."employee" as "employee", "res_partner"."function" as "function", "res_partner"."type" as "type", "res_partner"."street" as "street", "res_partner"."street2" as "street2", "res_partner"."zip" as "zip", "res_partner"."mobile" as "mobile", "res_partner"."is_company" as "is_company", "res_partner"."industry_id" as "industry_id", "res_partner"."company_id" as "company_id", "res_partner"."color" as "color", "res_partner"."partner_share" as "partner_share", "res_partner"."commercial_partner_id" as "commercial_partner_id", "res_partner"."commercial_compan
|