Skip to content
Snippets Groups Projects
  1. Apr 18, 2018
    • qsm-odoo's avatar
      [REF] *: <a/> elements do not need the oe_link class · 549f60b3
      qsm-odoo authored
      The 'oe_link' class is not linked to any style. The class is
      automatically converted to 'btn-link' for <button/> elements but this
      will not be done on <a/> elements as they are (nearly) unprocessed
      node during views rendering.
      
      Also there is minor difference between a '.btn-link' element and a
      <a/> element anyway (and maybe there should not be at all).
      549f60b3
  2. Aug 07, 2017
    • Mansi Gandhi's avatar
      [IMP] point_of_sale: Add new settings form per POS · 80e89c7a
      Mansi Gandhi authored
      Purpose: Replace POS APP settings with a clean POS Form settings,
               one per POS
      
          - add state button for (active/inactive) archive/unarchive and remove boolean field.
          - remove 'Reprint Receipt' field from pos_reprint module and related code.
          - remove 'Multi-currencies' field and related code.
          - put 'Company' field under the 'Taxes' block and 'Sales Channel' under the 'Pricing' block.
          - add 'save' buttons to install needed modules manually.
          - removed constrains and set default fiscal value on fiscal position ids even if that not selected.
          - change the skip Receipt Screen label to a more appropriate one.
          - Tax help only appears when Tax-included is selected.
      
          * [IMP] point_of_sale: Removing multiple prices prod
      
          Purpose: The choice of the method for "Multiple price per product" was
          not appropriate for the Point Of Sale. Only the choice of the Pricelist
          make sense. So, only the Pricelist can be choosen in the POS config.
      
          * [IMP] point_of_sale, pos_discount, pos_restaurant:
                  Generic module install
      
          Purpose: Before this improvement, some fields were used in pos.config to
                   automatically install some modules.
                   This fix tries to mimic the ResConfigSettings transient so that
                   when a field starts with 'module_', it's automaticaly
                   installed.
      80e89c7a
  3. Jan 05, 2017
Loading