Skip to content
Snippets Groups Projects
  1. May 15, 2017
  2. May 12, 2017
    • Xavier Morel's avatar
      [FIX] P3: exceptions compatibility changes · 4ad1ae68
      Xavier Morel authored
      * exceptions have lost their ``message`` attribute
      * ``raise type, value, tb`` has been removed so add a compatibility
        shim to pycompat to raise a new exception with an existing traceback
      4ad1ae68
    • Xavier Morel's avatar
      [FIX] P3: Exception.message removed · 07ab8b6c
      Xavier Morel authored
      07ab8b6c
    • Xavier Morel's avatar
      [FIX] P3: raise exception with existing traceback · 3dd37905
      Xavier Morel authored
      In Python 2, to raise a new exception but reuse a traceback requires a
      special form of ``raise`` (``raise etype, evalue, tb``).
      
      In Python 3, this is now done via a ``with_traceback`` method on
      exception objects.
      
      However this requires a bit of trickery as the former is invalid
      syntax in Python 3, hence pycompat bridge created via an exec for
      Python 2.
      3dd37905
    • xmo-odoo's avatar
      [FIX] P3: replace PyPDF by PyPDF2 · 021de21e
      xmo-odoo authored
      PyPDF is unmaintained and abandoned (as noted on its home page
      http://pybrary.net/pyPdf/) and was never updated to Python 3. PyPDF2 is
      a fork which provides a mostly compatible API and is P3-compatible.
      
      Replace PyPDF by PyPDF2.
      021de21e
    • Foram Katharotiya's avatar
      [IMP] base: Adapt address format for Japan. · 13ee5596
      Foram Katharotiya authored
      Purpose
      =======
      
      ja_JP: the implemented language font in Odoo is not Japanese but Chinese.
      
      In Japan address structure is different:
      First: Postal code
      Next: City +  ward (like a neighbourhoos name)
      Next: Building (all buildings have names)
      Name: Customer or Company
      
      Specification
      ===========
      
      New address structure for Japan:
      %(zip)s
      %(state_name)s %(city)s
      %(street)s
      %(street2)s
      %(country_name)s
      
      In Countries form view, add one selection field which set the customer name position in reports base on the customer country settings.
      13ee5596
    • Xavier Morel's avatar
      [FIX] P3: file builtin removed · a5a10e75
      Xavier Morel authored
      * replace with open()
      * forbid file() builtin since reports-removal was merged
      a5a10e75
    • Xavier Morel's avatar
      [FIX] P3: exec keyword -> builtin function · b86e5fa4
      Xavier Morel authored
      b86e5fa4
  3. May 11, 2017
    • xmo-odoo's avatar
      [FIX] P3: lint away some already cleaned up stuff · bc439147
      xmo-odoo authored
      These issues were checked/cleaned previously but the linter was not updated.
      bc439147
    • xmo-odoo's avatar
      [FIX] P3: metaclasses handling · 6659d5a7
      xmo-odoo authored
      * cross-version metaclass spec
      * more formally deprecate browse_record and browse_null since they
        were using metaclasses anyway
      * update docstrings referencing the latter
      6659d5a7
    • Nikunj Ladava's avatar
      [IMP] account,sale,...: Remove 'internal category' menuitems when not useful · 048f122f
      Nikunj Ladava authored
      Purpose
      =======
      
      Internal categories are only useful for accounting & inventory.
      -> so they should be only visible for such modules
      
      Also terms are confusing: internal category -> category  "internal" is not obvious
      
      Specification
      =============
      
      - remove internal categories menus from:
          sales
          website_sale
          pos
      
      - rename menu in:
          purchase
          inventory
      
      - add menu to:
          accounting
          products must be visible even if account.accountant is not installed
          categories only visible if account.accountant is installed
      
      - rename categories in product form:
          - category
          - pos category
      048f122f
    • Thibault Delavallée's avatar
      [FIX] base, report: fix choose report template broken by 'new report' · 6b490ef2
      Thibault Delavallée authored
      Report module has been cleaned and moved into base at https://github.com/odoo/odoo/commit/e80238042c9d93d492ea8b06b0041aced0d81dcd.
      However there are leftover references to report module. This crashes
      the template choice feature.
      6b490ef2
    • Yannick Tivisse's avatar
      [MERGE] various: Improve readability on mobile by adding default kanban views · 2a5cd52d
      Yannick Tivisse authored
      See each commit message for more information about the impacted modules.
      2a5cd52d
    • Kishan Gajjar's avatar
      [IMP] base: Add kanban views for all menuitems used in mobile · 72553c60
      Kishan Gajjar authored
      Purpose
      =======
      
      Improve readability on mobile
      
      Specification
      =============
      
      Activate Kanban view on those so it could be displayed by default on mobile instead of view list
      
      List of impacted modules:
      
      - base : kanban for currencies
      
      - base : kanban for users
      
      - base : kanban for Companies
      72553c60
    • Kishan Gajjar's avatar
      [IMP] various: Add kanban views for all menuitems used in mobile · 8b40c297
      Kishan Gajjar authored
      Purpose
      =======
      
      Improve readability on mobile
      
      Specification
      =============
      
      Activate Kanban view on those so it could be displayed by default on mobile instead of view list
      
      List of impacted modules:
      
      - report_intrastat: kanban for intrastat
      
      - google_drive: kanban for Google Drive(Templates)
      
      - anonymization: kanban for anonymized fields
      8b40c297
    • Kishan Gajjar's avatar
      [IMP] project,survey,mass_mailing: Add kanban views for all menuitems used in mobile · e9e7c637
      Kishan Gajjar authored
      Purpose
      =======
      
      Improve readability on mobile
      
      Specification
      =============
      
      Activate Kanban view on those so it could be displayed by default on mobile instead of view list
      
      List of impacted modules:
      
      - mass_mailing: kanban for mailing lists
      
      - mass_mailing : kanban for contacts
      
      - marketing_campaign: kanban for campaigns
      
      - marketing_campaign : kanban for segment
      
      - survey: kanban for answers
      
      - project : kanban for config >> project(reuse project dashbord kanban)
      
      - project_issue_sheet: kanban for stages
      e9e7c637
    • Kishan Gajjar's avatar
      [IMP] hr_*,lunch: Add kanban views for all menuitems used in mobile · d2cddd66
      Kishan Gajjar authored
      Purpose
      =======
      
      Improve readability on mobile
      
      Specification
      =============
      
      Activate Kanban view on those so it could be displayed by default on mobile instead of view list
      
      List of impacted modules:
      
      - hr_holidays: kanban for leaves summary
      
      - hr_holidays: kanban for allocation request(reuse  leaves summary)
      
      - hr_holidays: kanban for leave details(reuse leaves summary)
      
      - hr_attendance: kanban for attendances
      
      - hr_timesheet: kanban for activities
      
      - hr_contract: kanban for contracts
      
      - hr_recruitment: kanban for Stages
      
      - hr_recruitment: kanban for Job Positions(reuse Job Positions dashboard)
      
      - lunch : kanban for previous order
      
      - lunch : kanban for employee payment
      
      - lunch : kanban for control accounts reuse kanban of employee payment
      
      - lunch : kanban for control vendors reuse previous order
      
      - lunch : kanban for product
      
      - lunch : kanban for alerts
      
      - lunch : kanban for today's orders(reuse previous order)
      
      - website_event_track: kanban for track stages
      d2cddd66
    • Kishan Gajjar's avatar
      [IMP] account: Add kanban views for all menuitems used in mobile · f1d87b37
      Kishan Gajjar authored
      Purpose
      =======
      
      Improve readability on mobile
      
      Specification
      =============
      
      Activate Kanban view on those so it could be displayed by default on mobile instead of view list
      
      List of impacted modules:
      
      - account : kanban for purchases payments
      
      - account : kanban for journal entries
      
      - account : kanban for chart of accounts
      
      - account : kanban for budgets
      
      - account_analytic_default : kanban for analytic defaults
      
      - account_asset : kanban for assets
      
      - account_asset : kanban for asset types
      
      - account_budget : kanban for Budgetary Positions
      
      - account : kanban for fiscal positions
      
      - account : kanban for taxes
      
      - account : kanban for payment terms
      
      - account : kanban for bank accounts
      
      - account : kanban for journals(reuse Accounting Dashboard)
      
      - analytic : kanban for analytic accounts
      
      - analytic : kanban for analytic entries
      f1d87b37
    • Kishan Gajjar's avatar
      [IMP] stock,mrp,barcode: Add kanban views for all menuitems used in mobile · b2ebf59a
      Kishan Gajjar authored
      Purpose
      =======
      
      Improve readability on mobile
      
      Specification
      =============
      
      Activate Kanban view on those so it could be displayed by default on mobile instead of view list
      
      List of impacted modules:
      
      - stock: kanban for incoming products
      
      - stock_picking_wave: kanban for picking waves
      
      - stock: kanban for reordering rules
      
      - stock: kanban for inventory adjustments
      
      - stock: kanban for stock moves
      
      - purchase_requisition: kanban for purchase agreement
      
      - purchase_requisition: kanban for purchase agreement types
      
      - procurement: kanban for procurement exceptions
      
      - mrp: kanban for unbuild orders
      
      - mrp: kanban for waiting availability mo
      
      - mrp: kanban for routing
      
      - mrp: kanban for bill of materials
      
      - mrp_repair: kanban for repair orders
      
      - mrp : kanban for work order messages
      
      - mrp : kanban for productivity losses
      
      - mrp : kanban for Orders to Plan(reuse Manufacturing Orders
      
      - mrp : kanban for work centers(reuse Work Centers Dashboard)
      
      - maintenance: kanban for equipment categories
      
      - barcode : kanban for barcode nomenclatures
      b2ebf59a
    • Kishan Gajjar's avatar
      [IMP] point_of_sale: Add kanban views for all menuitems used in mobile · fe4c3ab4
      Kishan Gajjar authored
      Purpose
      =======
      
      Improve readability on mobile
      
      Specification
      =============
      
      Activate Kanban view on those so it could be displayed by default on mobile instead of view list
      
      List of impacted modules:
      
      - point_of_sale: kanban for pos orders
      
      - point_of_sale: kanban for pos session
      
      - point_of_sale: kanban for pos category
      
      - point_of_sale : account journal dashboard kanban in account can be used in payment methods
      
      - pos_restaurant: kanban for floor plans
      
      - pos_restaurant : kanban for order printer(use default kanban)
      
      - pos_mercury: kanban for mercury configurations(use default kanban)
      
      - point_of_sale : kanban for configration >> point of sale (Reuse Point of Sale (dashboard))
      fe4c3ab4
    • Kishan Gajjar's avatar
      [IMP] crm, product, membership: Add kanban views for all menuitems used in mobile · 77451ba7
      Kishan Gajjar authored
      Purpose
      =======
      
      Improve readability on mobile
      
      Specification
      =============
      
      Activate Kanban view on those so it could be displayed by default on mobile instead of view list
      
      List of impacted modules:
      
      - crm: crm leads kanban
      
      - membership: kanban for membership config
      
      - product : kanban for pricelists
      77451ba7
    • Thibault Delavallée's avatar
      [FIX] base, report: fixes various bugs introduced when 'refactoring' reports · e6ba4e5f
      Thibault Delavallée authored
      Commit https://github.com/odoo/odoo/commit/e80238042c9d93d492ea8b06b0041aced0d81dcd refactored and removed report
      module. However it broke among other the feature allowing to customize
      reports. This commit fixes first bugs preventing the 'choose template'
      box to appear. Feature is still broken though.
      e6ba4e5f
    • Thibault Delavallée's avatar
      [MERGE] various: be fussy on report names · a60b3b6c
      Thibault Delavallée authored
      Report naming has been recently updated at commit efdb5373 . However
      some people, same kind of people who cannot walk on two stone steps at
      a time or have to put their pens parallel on their desktop, thought
      another step could be done in order to have the same convention of naming
      for every report. Convention for report naming is now "<report name> -
      <object name>".
      
      This commit also improves the RNG validation of report tag in order to
      be able to directly put print_report_name into the report declaration
      instead of having to define it in a separate ir.actions.report.xml node.
      
      This merges remote-tracking branch 'dev/master-report-name-youpie'.
      a60b3b6c
    • Jérome Maes's avatar
      [MERGE] hr_timesheet_sheet: remove the module · 527d6391
      Jérome Maes authored
      This module is buggy and unusable. The goal is to
      simplify timesheet flow.
      New validation flow is bring with timesheet_grid
      (enterprise edition ....)
      
      These commits provides adaptations and removal
      of hr_timesheet_sheet.
      527d6391
    • Jérome Maes's avatar
      [REM] hr_timesheet_sheet: kill the module · af004867
      Jérome Maes authored
      Remove the module, since we deprecate complex
      sheet management.
      af004867
    • Jérome Maes's avatar
    • Jérome Maes's avatar
  4. May 10, 2017
Loading