Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating the 9.0 branch as legacy code #15

Open
wants to merge 4,183 commits into
base: 9.0
Choose a base branch
from
Open

Integrating the 9.0 branch as legacy code #15

wants to merge 4,183 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Dec 8, 2014

  1. Configuration menu
    Copy the full SHA
    3f292e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73a9016 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43402e3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0a8cf53 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f7a6ad View commit details
    Browse the repository at this point in the history
  6. [pylint] Fix W0102 - Dangerous default value {} as argument. Change to

    default=None and add a 'default = default or {}' line.
    zaoral committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    f13baa5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04e9202 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    321ece0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1034b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd6b478 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    06e5f82 View commit details
    Browse the repository at this point in the history
  12. [pylint] Fix W0102 - Dangerous default value {} as argument. Change to

    context=None and add a 'context = context or {}' line.
    zaoral committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    2278792 View commit details
    Browse the repository at this point in the history
  13. [pylint] Fix W0102 - Dangerous default value [] as argument. Change to

    args=None and add a 'args = args or []' line.
    zaoral committed Dec 8, 2014
    Configuration menu
    Copy the full SHA
    eec2bae View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bb45a24 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2014

  1. [pylint] Fix W0622 - Redefining built-in keys

    keys  'id' and 'type'. rename keys to ids or obj_type.
    zaoral committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    dcbb454 View commit details
    Browse the repository at this point in the history
  2. [pylint] Fix W0622 - Redefining built-in keys

    keys  'id' and 'type'. rename keys to ids or obj_type.
    zaoral committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    411068b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a8d3fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebdf1bf View commit details
    Browse the repository at this point in the history
  5. [pylint] Fix W0612 - Unused variable.

    Remove variables, when a variable cannot be deleted (when a function return a
    tuble, self assign the unused variable).
    zaoral committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    1eddb50 View commit details
    Browse the repository at this point in the history
  6. [pylint] Fix W0101 - Unreachable code.

    Remove code.
    zaoral committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    647b0dc View commit details
    Browse the repository at this point in the history
  7. [pylint] Fix W0102 - Dangerous default value.

    Replace argrument "context={}" for "context=None" and add a line "context = context or {}"
    Same for default argument.
    zaoral committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    0212dc9 View commit details
    Browse the repository at this point in the history
  8. [pylint] Fix W0106 - Pointless use of circuits.

    Change for if staments.
    zaoral committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    743459a View commit details
    Browse the repository at this point in the history
  9. [pylint] Fix W1201 - Specify string format arguments as logging funct…

    …ion parameters.
    
    Create a new var wit the string and use the new var into logging function.
    zaoral committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    fd4b5c4 View commit details
    Browse the repository at this point in the history
  10. [pylint] Fix R0911. Too many return statements.

    Conjugate the if stames and return one only return False and return True.
    zaoral committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    822b925 View commit details
    Browse the repository at this point in the history
  11. [pylint] Fix W0311 - Bad indentation.

    Fix identation.
    zaoral committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    a46ad32 View commit details
    Browse the repository at this point in the history
  12. [pylint] Fix W0702 - No exception type(s) specified.

    Add generic except Exception.
    zaoral committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    8a1a089 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d102f83 View commit details
    Browse the repository at this point in the history
  14. [pylint] Fix C0325 - superfluous-parens.

    Remove parens.
    zaoral committed Dec 9, 2014
    Configuration menu
    Copy the full SHA
    23d4720 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7a8d603 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2014

  1. [pylint] Fix C0103 - Invalid method name "xc".

    Change to sxc.
    zaoral committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    82a89b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d6513 View commit details
    Browse the repository at this point in the history
  3. [pylint] Fi xE0102 (function-redefined).

    Remove redefinition.
    zaoral committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    01be485 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9798dc View commit details
    Browse the repository at this point in the history
  5. [pylint] Fix W0703 - (broad-except)

    Catching too general exception Exception
    Change to a IOError.
    zaoral committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    3572b09 View commit details
    Browse the repository at this point in the history
  6. [pylint] Fix W0703 - (broad-except)

    Catching too general exception Exception
    Chanto to a libxml2.parserError Exception.
    zaoral committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    96385a8 View commit details
    Browse the repository at this point in the history
  7. [pylint] Fix W0703 - (broad-except).

    Catching too general exception Exception
    Change to a Unidecode Exception.
    zaoral committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    5d98653 View commit details
    Browse the repository at this point in the history
  8. [pylint] Fix W0105 - pointless-string-statement

    String statement has no effect.
    Delete meaningless string.
    zaoral committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    e3db4c4 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1 from vauxoo-dev/7.0-compute_refund-hbto

    [FIX] Wrong Indentation on block statements
    [pylint] FIx W0631 (undefined-loop-variable),
    zaoral committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    9a2e253 View commit details
    Browse the repository at this point in the history
  10. [pylint] Fix W0104 - pointless-statement

    Statement seems to have no effect
    Delete statement.
    zaoral committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    989a568 View commit details
    Browse the repository at this point in the history
  11. [pylint] Fix W0612 - unused-variablie.

    Unused variable 'args'
    Remove variable used in exception.
    zaoral committed Dec 10, 2014
    Configuration menu
    Copy the full SHA
    52e42e7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2014

  1. [pylint] Fix W0123 (eval-used). Use of eval

    change eval for ast.literal_eval
    zaoral committed Dec 11, 2014
    Configuration menu
    Copy the full SHA
    3cda873 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2014

  1. Configuration menu
    Copy the full SHA
    3776884 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d12183f View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2014

  1. Configuration menu
    Copy the full SHA
    4c81494 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a89564 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2014

  1. Configuration menu
    Copy the full SHA
    e2f5166 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. Configuration menu
    Copy the full SHA
    38875fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1724e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b7eb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e9a185 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65410c6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4f206c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b280ab1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7c23fac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77ab507 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0445b2a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cad4a99 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    438e0e4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f73da36 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1034ff9 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3d5c7d8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    478ba08 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6dad066 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    da37e0f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fa6d253 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    12f2c28 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    416c442 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6fde876 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f66e33a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    fa23826 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8a61065 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    48cdab8 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3ef6b5e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2665e76 View commit details
    Browse the repository at this point in the history
  29. [TEST] REM ovl_all application attribute True.

    Just to se if the test run in shippable.
    zaoral committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    e3d8c50 View commit details
    Browse the repository at this point in the history
  30. Revert "[TEST] REM ovl_all application attribute True."

    This reverts commit e3d8c50.
    zaoral committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    6dd5b53 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1c3dd89 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    993ea6c View commit details
    Browse the repository at this point in the history
  33. [FIX] method action_date_ret was adding a date to the wh when the dat…

    …e is not
    
    set, but instead, it was overwriten the date with the current date only the
    date_ret is set. has not sence.
    zaoral committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    b3e430a View commit details
    Browse the repository at this point in the history
  34. Merge pull request OCA#10 from vauxoo-dev/7.0-pylint-kty

    [MERGE] apply pylint to the odoo-venezuela modules.
    hbto committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    b27abf5 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2015

  1. Configuration menu
    Copy the full SHA
    5d1b811 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2015

  1. Merge pull request OCA#11 from vauxoo-dev/7.0-l10n_ve_withholding_isl…

    …r-fix-2809-kty
    
    [FIX] bad definition of related field.
    hbto committed Jan 9, 2015
    Configuration menu
    Copy the full SHA
    7c2f48a View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2015

  1. Configuration menu
    Copy the full SHA
    0fcacc9 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2015

  1. Configuration menu
    Copy the full SHA
    1eafde0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7367557 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffed9f5 View commit details
    Browse the repository at this point in the history
  4. [FIX] Fixing relation to wh doc

    hbto committed May 14, 2015
    Configuration menu
    Copy the full SHA
    56474d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f7f8fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    500bcd7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    752c4cd View commit details
    Browse the repository at this point in the history
  8. [IMP] Making tax amount field a functional field instead of related by

    using previous field base amount with multi attribute
    hbto committed May 14, 2015
    Configuration menu
    Copy the full SHA
    5412377 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ace020 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eb335bb View commit details
    Browse the repository at this point in the history
  11. [IMP] When Posting Journal Entries rather use Account in Invoice instead

    of the one the Withholding Doc
    hbto committed May 14, 2015
    Configuration menu
    Copy the full SHA
    fa1c89e View commit details
    Browse the repository at this point in the history
  12. Merge pull request OCA#12 from vauxoo-dev/7.0-l10n_ve_wh_iva-multicur…

    …rency-aware-hbto
    
    Module for withholding IVA is now multicurrency aware.
    
    Whenever a new invoice a currency other that VEF is posted values for the withholdings are computed in VEF using the regarding exchange rate for the involved currencies at the of transaction
    hbto committed May 14, 2015
    Configuration menu
    Copy the full SHA
    90a5960 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    322fae8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6c2640d View commit details
    Browse the repository at this point in the history
  15. Merge pull request OCA#13 from vauxoo-dev/7.0-l10n_ve_wh_iva-multicur…

    …rency-aware-hbto
    
    7.0 l10n ve wh iva multicurrency aware hbto
    hbto committed May 14, 2015
    Configuration menu
    Copy the full SHA
    dde5be0 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2015

  1. Configuration menu
    Copy the full SHA
    0b840f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OCA#14 from vauxoo-dev/7.0-l10n_ve_fiscal_book-fix…

    …es-hbto
    
    [FIX] Taking away redundant exchange rate conversion on taxes
    hbto committed May 29, 2015
    Configuration menu
    Copy the full SHA
    c0aa7de View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2015

  1. [VERSION]

    hbto committed Jun 1, 2015
    Configuration menu
    Copy the full SHA
    a093021 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2015

  1. Configuration menu
    Copy the full SHA
    dd3565e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9867ea4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d32cd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3bf090 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2015

  1. Configuration menu
    Copy the full SHA
    9e05b88 View commit details
    Browse the repository at this point in the history
  2. [TYPO]

    hbto committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    78ecd42 View commit details
    Browse the repository at this point in the history
  3. [FIX] Bad comparison

    hbto committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    867521c View commit details
    Browse the repository at this point in the history
  4. [IMP] Deduplicating variables

    hbto committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    2f3a21d View commit details
    Browse the repository at this point in the history
  5. [IMP] Default filetype is csv

    hbto committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    9021a13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f998d15 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bae44e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0194e19 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8ee9034 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    70026fe View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8367e34 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a9a8328 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    67d80a4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b281e32 View commit details
    Browse the repository at this point in the history
  15. [PYLINT] W1504(unidiomatic-typecheck). Using type() instead of isinst…

    …ance() for a typecheck.
    hbto committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    0150ff7 View commit details
    Browse the repository at this point in the history
  16. [FLAKE8] E128 & E231

    hbto committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    830550f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f95d223 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    35cf857 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    903ca31 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    76d679d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ae7f5e4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    6c109b1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a2f6c49 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ee6c4cd View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8b86712 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d8990a7 View commit details
    Browse the repository at this point in the history
  27. Merge pull request OCA#15 from vauxoo-dev/7.0-l10n_ve_wh_islr-US878-hbto

    7.0 l10n ve wh islr us878 hbto
    hbto committed Jun 9, 2015
    Configuration menu
    Copy the full SHA
    8e72138 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2015

  1. Configuration menu
    Copy the full SHA
    149aced View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec6d071 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ebf8922 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8998049 View commit details
    Browse the repository at this point in the history
  5. [FIX] Uncommenting YAML Tests

    hbto committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    970588a View commit details
    Browse the repository at this point in the history
  6. [IMP] Creating wizard record to import csv file

    Need to create csv file
    hbto committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    c59cccd View commit details
    Browse the repository at this point in the history
  7. [IMP] Created csv file to be imported

    File does not have meaningful data yet
    hbto committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    e5bddb8 View commit details
    Browse the repository at this point in the history
  8. [IMP] Importing File though not successful is indicating that it is

    going well because it is raising a warning because file is not valid, it
    is empty
    hbto committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    eb27042 View commit details
    Browse the repository at this point in the history
  9. [PYLINT][W0622(redefined-builtin), test_import_csv_employee_income_wh…

    …._create_file] Redefining built-in 'file'
    hbto committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    b10d78a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6718a57 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8c9615c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    28a3765 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    712f3c0 View commit details
    Browse the repository at this point in the history
  14. [IMP] Test for XML is complete

    hbto committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    c3c7898 View commit details
    Browse the repository at this point in the history
  15. [TODO]

    hbto committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    ec42aa5 View commit details
    Browse the repository at this point in the history
  16. Merge pull request OCA#16 from vauxoo-dev/7.0-l10n_ve_wh_islr-tests-hbto

    7.0 l10n ve wh islr tests hbto
    hbto committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    f837d69 View commit details
    Browse the repository at this point in the history
  17. [IMP] Increasing Numbering

    hbto committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    b762400 View commit details
    Browse the repository at this point in the history
  18. [FIX] Unfucking _get_journal method in SRC Module

    WTF was that!!! Everything was wired!!! Method was really useless!!!
    hbto committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    8495155 View commit details
    Browse the repository at this point in the history
  19. [TYPO]

    hbto committed Jun 10, 2015
    Configuration menu
    Copy the full SHA
    4b74874 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2015

  1. Merge pull request OCA#17 from vauxoo-dev/7.0-l10n_ve_wh_src-fixes-hbto

    7.0 l10n ve wh src fixes hbto
    hbto committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    7f8bb1b View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2015

  1. Configuration menu
    Copy the full SHA
    232dc65 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OCA#19 from vauxoo-dev/7.0-l10n_ve_wh_islr-fixes-hbto

    [IMP] Avoid duplicating xml_ids records
    hbto committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    7b83138 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2015

  1. Configuration menu
    Copy the full SHA
    8a8f078 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af76e7a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2015

  1. Configuration menu
    Copy the full SHA
    d8ffad3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af8eb1f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05064aa View commit details
    Browse the repository at this point in the history
  4. Merge pull request OCA#21 from vauxoo-dev/7.0-l10n_ve_wh_islr-fixes-hbto

    [FIX] FechaOperacion was missing when importing from xml
    hbto committed Jul 9, 2015
    Configuration menu
    Copy the full SHA
    39e3a7d View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2015

  1. Configuration menu
    Copy the full SHA
    2a21fa6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request OCA#24 from vauxoo-dev/7.0-l10n_ve_wh_islr-issue23

    [FIX] Fixing wrong comparison at Rate 2 in income withholding
    hbto committed Sep 1, 2015
    Configuration menu
    Copy the full SHA
    0c7aad4 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2015

  1. Configuration menu
    Copy the full SHA
    a67afd2 View commit details
    Browse the repository at this point in the history
  2. [IMP] Deleted module process in Odoo V8 in commit 9b39fd9f7f173d0c8be…

    …98dfada723e40dc0a7531
    Jose Morales committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    d6feb76 View commit details
    Browse the repository at this point in the history
  3. [IMP] The pluging modules were moved to odoo-extra branch

    Jose Morales committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    0b9e3ac View commit details
    Browse the repository at this point in the history
  4. [IMP] Renamed project_mrp to sale_service in Odoo V8(commit: b0a5e928…

    …6de6e7c416dd09508ea870c89aaa0942)
    Jose Morales committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    4e9fb0c View commit details
    Browse the repository at this point in the history
  5. [IMP] MOdule deleted in commit 909db628e548c44592ff7b1233856fc06a8f6d…

    …bc of Odoo V8
    Jose Morales committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    3d765ec View commit details
    Browse the repository at this point in the history
  6. [IMP] Removed branch in commit 2b4f2a05998b4e9057760d6d0d38a472e1be38…

    …21 of Odoo V8
    Jose Morales committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    7e88162 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8895745 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2158b35 View commit details
    Browse the repository at this point in the history
  9. [IMP] Deprecated project_gtd to note in commit fb4507386d34256641ca35…

    …c030d43f9e0c59ba11
    
    of Odoo V8
    Jose Morales committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    db1cc40 View commit details
    Browse the repository at this point in the history
  10. [IMP] Renamed module google_base_account to google_account in commit …

    …3d04737ab1827879071a3e988394314d849f3948 of Odoo V8
    Jose Morales committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    2c8308a View commit details
    Browse the repository at this point in the history
  11. [IMP] Renamed module google_docs to google_drive in commit c74517990f…

    …1bec61e52e455be4ec12b6135015a6 of Odoo V8
    Jose Morales committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    c837167 View commit details
    Browse the repository at this point in the history
  12. [IMP] Removed module in commit 34c3beda2b15f8748f181f93e084cc5be51455…

    …80 of Odoo V8
    Jose Morales committed Sep 19, 2015
    Configuration menu
    Copy the full SHA
    17de1c3 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2015

  1. [IMP] Removed module in commit 909db628e548c44592ff7b1233856fc06a8f6d…

    …bc of Odoo V8
    Jose Morales committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    9c240c3 View commit details
    Browse the repository at this point in the history
  2. [IMP] Removed module in commit 9f6f9853a0326e55a9f5b8ad19919f121a6e1a…

    …89 of Odoo V8
    Jose Morales committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    64e5c3d View commit details
    Browse the repository at this point in the history
  3. [IMP] Removed deprecated portal modules. This module was replaced by …

    …website modules Odoo V8 Commit: 7182f0b997db99919fb78417a247a9937ad2637c
    Jose Morales committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    fe1f457 View commit details
    Browse the repository at this point in the history
  4. {IMP} MOdule moved to odoo-extra in commit 502d6770152e13c7560ea3adb2…

    …5dddd4265dc016
    Jose Morales committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    85dd450 View commit details
    Browse the repository at this point in the history
  5. {IMP} MOdule moved to odoo-extra in commit 502d6770152e13c7560ea3adb2…

    …5dddd4265dc016
    
    [IMP Removed module base_status in commit 319a222c7c494ae973e637bd54244c85580f3144
    Jose Morales committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    19b07c8 View commit details
    Browse the repository at this point in the history
  6. [IMP} Removed module moved in commit 95a9bccb380a0eed8f7904dab61e9972…

    …1457c4b6
    Jose Morales committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    b582ff8 View commit details
    Browse the repository at this point in the history
  7. [IMP] removed stock_no_auto_picking module. Replaced by new feature d…

    …irectly in stock (procurement.rule) commit: 8abe65d6a1d93b0d95f96d8b8d1497e29d282bb2
    Jose Morales committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    0edaa3a View commit details
    Browse the repository at this point in the history
  8. [IMP] Removed deprecated module in v8

    Jose Morales committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    6f57ddb View commit details
    Browse the repository at this point in the history
  9. [IMP] removed module in commit: 43977deb713ef8df02690d9000f9becff8d9d…

    …610 of odoo V8
    Jose Morales committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    6e29867 View commit details
    Browse the repository at this point in the history
  10. [IMP] In V8 the module auth_oauth depends of auth_signup remove the m…

    …odule auth_oauth_signup in commit 33bfec21743c9200f491bd0ddcc6d368cd948f85
    Jose Morales committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    d9bff06 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2015

  1. [IMP] Removed module in commit 9f6f9853a0326e55a9f5b8ad19919f121a6e1a…

    …89 of Odoo V8
    Jose Morales committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    703086c View commit details
    Browse the repository at this point in the history
  2. [IMP] Commented plugin modules becase they have problem to install th…

    …em in odoo-extra
    Jose Morales committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    50390ad View commit details
    Browse the repository at this point in the history
  3. [IMP] Changed the state of the action server because that state was r…

    …emoved in the V8. We need to check which is the according state for this action server.
    Jose Morales committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    ea4561c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ee1b72 View commit details
    Browse the repository at this point in the history
  5. [IMP] Removed the verion in the view

    Jose Morales committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    9b1409b View commit details
    Browse the repository at this point in the history
  6. [IMP] Changed the referen to the parent view because its change in th…

    …e new version
    Jose Morales committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    b7d1f73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f46edb9 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2015

  1. [IMP] Removed and changed depreciated stuff

    Jose Morales committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    0073613 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2015

  1. [IMP] Change the object to avoid errors with frozzen dict

    Jose Morales committed Sep 29, 2015
    Configuration menu
    Copy the full SHA
    7fe2d1a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2015

  1. Configuration menu
    Copy the full SHA
    16061c5 View commit details
    Browse the repository at this point in the history
  2. [REF] .travis.yml: Remove deprecated ovl_all module and install ovl m…

    …odule to avoid deprecated depend module
    moylop260 committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    9c2ad71 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f681d6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be769ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95a187c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #28 from vauxoo-dev/8.0-small-fixes

    [REF] .travis.yml: Remove deprecated ovl_all module and install ovl module to avoid deprecated depend module
    nhomar committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    ab152a9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33df849 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b8887de View commit details
    Browse the repository at this point in the history
  9. [REF] Fix rst-syntax-error

    moylop260 committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    886c7dd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a5c381a View commit details
    Browse the repository at this point in the history
  11. Merge pull request #29 from vauxoo-dev/8.0-standardize-odoo-venezuela…

    …-pr1-dev-moylop260
    
    [REF] odoo-venezuela: Standardize project with odoo guidelines.
    moylop260 committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    a96832c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    08f6ea1 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #30 from vauxoo-dev/8.0-standardize-odoo-venezuela…

    …-pr1-dev-moylop260
    
    [REF] xml files: Basic migration to v8
    moylop260 committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    76a755a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9be297d View commit details
    Browse the repository at this point in the history
  15. Merge pull request #31 from vauxoo-dev/8.0-standardize-odoo-venezuela…

    …-pr1-dev-moylop260
    
    [REF] Migration import 'netsvc' to workflow
    moylop260 committed Oct 27, 2015
    Configuration menu
    Copy the full SHA
    6a0f00b View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2015

  1. Configuration menu
    Copy the full SHA
    41b1475 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from vauxoo-dev/7.0-find_fortnight-args-hbto

    [FIX] find_fortnight argument wrongfully called
    hbto committed Dec 14, 2015
    Configuration menu
    Copy the full SHA
    dbe9da2 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2015

  1. Configuration menu
    Copy the full SHA
    bdf26ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad6cc1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    694bc85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd8083e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2ad85f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    74cee6e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f79f091 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8c9cf85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1f563f0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98ef148 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    284342a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0fb92a0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b466302 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7261d38 View commit details
    Browse the repository at this point in the history
  15. [REF] l10n_ve_withholding_src: Include data demo to manifest file and…

    … update method onchange_partner_id to v8
    suniagajose committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    78c6d77 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b4db309 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f1c71e7 View commit details
    Browse the repository at this point in the history
  18. [FIX] l10n_ve_fiscal_requirements: Solved issue when get accounting p…

    …artner in VAT Mandatory constraint
    suniagajose committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    ce4a44f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5c339bf View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f8cf7bc View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a479e79 View commit details
    Browse the repository at this point in the history
  22. [REF] l10n_ve_fiscal_requirements: VAT Mandatory Constraint is now en…

    …abled for fields country_id and vat
    suniagajose committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    3e14d32 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    d64f2d0 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    97ffba3 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e9b9755 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    4170df2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a983989 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e59ad31 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    ac6c809 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b4d46fc View commit details
    Browse the repository at this point in the history
  31. Merge pull request #33 from vauxoo-dev/8.0-FIX-duplicated-dev-suniaga…

    …jose
    
    [IMP] Basic migration OVL 7.0 to 8.0
    moylop260 committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    185773c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Configuration menu
    Copy the full SHA
    c205695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04fc1ff View commit details
    Browse the repository at this point in the history
  3. [MIG] Update metafiles

    pedrobaeza committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    72420ca View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Configuration menu
    Copy the full SHA
    f6f7723 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    6a42b03 View commit details
    Browse the repository at this point in the history
  2. [ADD] Added the LICENSE file

    macagua committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    1e4ac35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20f6873 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    15a0f11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1da53fa View commit details
    Browse the repository at this point in the history