This moduld allows user to customize columns dynamically in list (tree) view of any object of any - installed module.
- -"Set Columns" button contains all field(s) in dropdown with checkbox which will exist in - list view of current object. So if user wants to show/hide any field, then he/she has to just do - check/uncheck that respective checkbox besides field name in dropdown list and then just click on - "Apply" button.
-Sales leads in Enterprise Edition
- Sales leads in Community Edition
-
- This module allows to associate a sequence to the product reference.
- The reference (default code) is unique (SQL constraint) and required.
- Support Product with or without Variants.
-
-
-
- Sepcial for variants. add [-00?]
-
- Prior to installing this module, if you have any existing products you should ensure they already have a
- unique reference (or no reference) set.
- Products with a default_code of '/' or empty will automatically be assigned a code of "!!DP!!" followed
- by the system id for that product.
- Otherwise the setting of the unique constraint will fail and the module will fail to install.
-
- Notice:
- Odoo product variants is very special.
- When u create a product(not product template) with attribute, It would delete the first product, which
- have no attribute.
- So it's very normal that the first product variants begin wit ???-002.
- And we make a rule that the product variants can only create after you create normal product template.
-
- After installed the app. You can Go to anyone of the menu:
-
- You would see the default Product Intertype we create. - -
- - And create the product and code by yourself. -
- - Notice: The "Sequence Code" Field of sequence must be "product.product" -
-
- This module allows to associate a sequence to the product reference.
- The reference (default code) is unique (SQL constraint) and required.
- Support Product with or without Variants.
-
-
-
-
- Sepcial for variants. add [-00?]
-
- Prior to installing this module, if you have any existing products you should ensure they already have a
- unique reference (or no reference) set.
- Products with a default_code of '/' or empty will automatically be assigned a code of "!!DP!!" followed
- by the system id for that product.
- Otherwise the setting of the unique constraint will fail and the module will fail to install.
-
- Notice:
- Odoo product variants is very special.
- When u create a product(not product template) with attribute, It would delete the first product, which
- have no attribute.
- So it's very normal that the first product variants begin wit ???-002.
- And we make a rule that the product variants can only create after you create normal product template.
-
- After installed the app. You can Go to anyone of the menu:
-
- You would see the default Product Intertype we create. - -
- - And create the product and code by yourself. -
- - Notice: The "Sequence Code" Field of sequence must be "product.product" -
- - Click to define a new product. -
-- You must define a product for everything you sell, whether it's a physical product, a consumable or a service you offer to customers. -
-- The product form contains information to simplify the sale process: price, notes in the quotation, accounting data, procurement methods, - etc. -
-This moduld is to easy purchase
-
-
-
-
-
-
-
-
-
-
-
- This moduld allows user to Search by date or number range in List view and Pivot view.
-
-
-
- Go to Menu: Settings->Technical->Parameters->System Parameters
-You can find "app_show_search_date" and "app_show_search_number"
-Go to Menu: Settings->Technical->Parameters->System Parameters.
-Set the Value to "False" if you do not want to show the search. And set "True" to show.
-
- This moduld allows user to Search by date or number range in List view and Pivot view.
-
-
-
- 1.Go to Menu: Settings->odooApp->UI Enhance
-Setup what you need
-
- 2. Go to Menu: Settings->Technical->Parameters->System Parameters
-You can find "app_ui_show_search_date" and "app_ui_show_search_number"
-Go to Menu: Settings->Technical->Parameters->System Parameters.
-Set the Value to "False" if you do not want to show the search. And set "True" to show.
-
- This module changes the line color of records based on condition like state of a record and helps distinguish between different sets of - records based on condition.
- -
- Set Backgroud color to filed in list view based on condition same as colors and style attributes of tree view.
- -- Just add tree attribute like style and colors with condition you want. -
-bg_colors="grey:state=='cancel';green:state=='draft';blue:state in ('done');red:state in ('waiting')"
-
- <record id="view_demo_tree" model="ir.ui.view">
- <field name="name">demo.tree</field>
- <field name="model">demo.model</field>
- <field name="arch" type="xml">
- <tree bg_colors="grey:state=='cancel';green:state=='draft';blue:state in ('done');red:state in ('waiting')" name="demo_tree">
- <field name="name" string="Appointment" />
- <field name="state" />
- </tree>
- </field>
- </record>
-
-