Skip to content
Snippets Groups Projects
  1. Dec 18, 2014
  2. Dec 17, 2014
  3. Dec 16, 2014
    • Rucha Dave's avatar
      [IMP] account/sale/sale_layout: standardization of Quotation/Sale... · c85fd5fc
      Rucha Dave authored
      [IMP] account/sale/sale_layout: standardization of Quotation/Sale Order/Invoice printed layout + add missing information
      
      - Column alignment and order are now uniform across those reports.
      - Display Due date on invoices.
      - Display payment term and fiscal positions notes.
      c85fd5fc
  4. Dec 15, 2014
  5. Dec 14, 2014
  6. Dec 12, 2014
  7. Dec 11, 2014
  8. Dec 10, 2014
    • Sheth Sunny's avatar
      [IMP] website_sale : improve domain for not set category in product from... · 6f5c7819
      Sheth Sunny authored
      [IMP] website_sale : improve domain for not set category in product from frontend  and remove other demo data of public categories
      6f5c7819
    • Yannick Tivisse's avatar
      [IMP] SO form clean the mess · 667d920d
      Yannick Tivisse authored
      667d920d
    • Géry Debongnie's avatar
      [FIX] web: correctly init searchview when no action_id · 851140c7
      Géry Debongnie authored
      the method prepare_dropdown_menu wasn't called when the searchview did
      not have an action id.  This can cause problems in some cases (for
      example, a crash in messaging when toggling the favorite menu)
      851140c7
    • Frédéric van der Essen's avatar
      Merge branch 'master-pos-wms-fva' · dc560a4d
      Frédéric van der Essen authored
      Big Point of Sale Update !
      ==========================
      
       - Loyalty module for loyalty cards and loyalty rewards
       - Restaurant module has floor plans, and floor plan editor
       - Restaurant module has orderline notes ( Bloody / Well Cooked ... )
       - Customers can be created from the point of sale
         * You can take customers picture from Android / iOS
       - In-progress orders are kept between crashes and restarts
       - Barcode Nomenclatures support complex and custom barcode systems
         * Shared configuration with the WMS.
         * Product weight support in the WMS UI.
         * Multiple barcodes for the same product via barcode aliases
         * EAN-13 constraint removed, no more internal-code hacks.
       - Cashier Login / Logout from the point of sale with pin codes
         * a JS sudo() interface to help integrators customize the point
           of sale security:
      
          this.pos.sudo().then(function(){
              ... // only POS Managers can do this.
          });
      
       - QWeb receipt customisation for header and footers :
         * You can now include barcodes & other complex info, without
           new modules with the `<!DOCTYPE QWEB>` prefix in textareas :
      
           <!DOCTYPE QWEB>
           <div>
              <t t-esc="Math.random() + 'foobar'" />
              ...
           </div>
      
       - Lots of fixes & Usability improvements from customer feedback.
       - New demo data will come in a later commit.
      dc560a4d
  9. Dec 09, 2014
Loading