Skip to content
Snippets Groups Projects
  1. May 10, 2017
    • Thibault Delavallée's avatar
      [FIX] account: finally allows to reinit the module · dbe6aa42
      Thibault Delavallée authored
      Otherwise a constraint is raised because new line are added to the
      payment term instead of recreating them from scratch. This constraint
      blocks people from reinitializing the module, which is quite boring
      when developing.
      dbe6aa42
    • Haresh Shyara's avatar
      [IMP] project_issue: change description field type into html · 29d10860
      Haresh Shyara authored
      Because task has an html file and issue was jealous. And also to have
      clickable links.
      29d10860
    • Rohan Patel's avatar
    • Rohan Patel's avatar
    • Dhaval Suthar's avatar
      [REF] project_issue: replace report by pivot / graph views · dcccb667
      Dhaval Suthar authored
      hr.recruitment.report is not necessary anymore as it can be replaced by
      classic pivot and graph views on hr.applicant model.
      
      Applicant has been slighty modified to ease reporting
      
       * adding group_operator average on both days to computation;
       * adding group_operator average on working hours computation;
      dcccb667
    • Rohan Patel's avatar
    • Rohan Patel's avatar
    • Dhaval Suthar's avatar
      [REF] hr_recruitment: replace report by pivot / graph views · 956b9f88
      Dhaval Suthar authored
      hr.recruitment.report is not necessary anymore as it can be replaced by
      classic pivot and graph views on hr.applicant model.
      
      Applicant has been slighty modified to ease reporting
      
       * adding group_operator average on both salary fields;
       * adding missin delay to close computation on applicant;
      956b9f88
    • Foram Katharotiya's avatar
      [IMP] payment_paypal: finally add a field to store PDT token instead of hidden... · 25411cfb
      Foram Katharotiya authored
      [IMP] payment_paypal: finally add a field to store PDT token instead of hidden configuration parameter
      25411cfb
    • dbh's avatar
      [REM] sale: Remove unused less rule · 2df2af8a
      dbh authored
      2df2af8a
    • dbh's avatar
      [ADD] sale_management: Separate sales menu items from sale app · 9ab421d9
      dbh authored
      Purpose
      =======
      
      Don't display sales app icon in Odoo homepage when installing ecommerce (only website should be visible)
      it's confusing to have sales icon  -> where do I manage my sales? In sales or in website? -> in website
      
      Specfication
      ============
      
      We need one new modules to add Sales menus to the homepage. Currently they come with "sale". So when installing "website_sale", we get them (because sale and account are dependencies of website_sale). We don't want that anymore. Along with that you need to replace modules in Apps menu:
      sales menu items must be in the new sale_management module, no longer in sale
      
      - create new app "sale_management"
      - Currently 3 app icons when installing ecommerce (Sales, Invoicing, Website) -> too many icons, where to start? -> GOAL: Only 2 icons > Website, Invoicing
      - new module to display Sales Icon (like account_accountant): "sale_management"
      - move menu items to sale_management
      - sale, sale_management: move app description, rewrite the manifest file
      - sale, sale_management: move tour from sale > sale_management
      - Changes in some dependency module "sale" > "sale_management" modules: event_sale, mrp_repair, pos_sale, report_intrastat, sale_crm, sale_expense, sale_stock, sale_timesheet, website_quote
      
      Menu items to move 'sale' --> 'sale_management'
      ===============================================
      
      Sales
      	Quotations
              Sales Orders
      Invoicing
      	Orders to invoice
              Orders to Upsell
      Catalog
      	Products
              Product Variants
              Pricelists
      Reporting
      	sales
      Configuration
      	Settings
              Products -Attributes, Attribute Values, Internal Categories
      9ab421d9
    • Thibault Delavallée's avatar
      [IMP] event: remove reply_to field · b1642f87
      Thibault Delavallée authored
      Events currently have a reply_to field that is purely informative. Indeed
      it has to be explicitely taken into account when using mail templates and
      is not used for setting classic reply-to of other messages.
      
      This commit removes this field as it is simpler to have a standard
      behavior as in all other addons. If a custom reply-to is required it
      can be set on the mail template or using the mail composer.
      b1642f87
    • Jigar Patel's avatar
      [IMP] web_settings_dashboard: Add a `Translations` and a `Company` settings block · e7b71a4b
      Jigar Patel authored
      Add blocks on settings dashboard to:
      
      - Load a translations
      - Set up company information
      e7b71a4b
    • xmo-odoo's avatar
      [FIX] P3: list -> iterable builtins (#16811) · fffaf735
      xmo-odoo authored
      In Python 3:
      
      * various builtins and dict methods were changed to return
        view/iterable objects rather than lists
      * and the separate Python 2 view/iterable builtins and methods were
        removed altogether
      
      This is problematic when using these items as list (which the happens
      repeatedly in Odoo), but more viciously when iterating *multiple times*
      over them (which also happens, which I've messed up multiple times while
      writing this, and which is a pain to debug even when you've just created
      the issue).
      
      Convert all code using these to semantics-matching cross-version
      helper functions to get the LCD behaviour between P2 and P3, and
      forbid the builtins via lint.
      
      issue #8530
      fffaf735
  2. May 09, 2017
  3. May 08, 2017
  4. May 05, 2017
Loading