-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
base: 9.0
Are you sure you want to change the base?
Commits on Dec 8, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 3f292e0 - Browse repository at this point
Copy the full SHA 3f292e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73a9016 - Browse repository at this point
Copy the full SHA 73a9016View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43402e3 - Browse repository at this point
Copy the full SHA 43402e3View commit details -
[pylint] Fix W0621 - Redefining name 'fields' from outer scope. Chang…
…e to field_list.
Configuration menu - View commit details
-
Copy full SHA for 0a8cf53 - Browse repository at this point
Copy the full SHA 0a8cf53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f7a6ad - Browse repository at this point
Copy the full SHA 4f7a6adView commit details -
[pylint] Fix W0102 - Dangerous default value {} as argument. Change to
default=None and add a 'default = default or {}' line.
Configuration menu - View commit details
-
Copy full SHA for f13baa5 - Browse repository at this point
Copy the full SHA f13baa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04e9202 - Browse repository at this point
Copy the full SHA 04e9202View commit details -
Configuration menu - View commit details
-
Copy full SHA for 321ece0 - Browse repository at this point
Copy the full SHA 321ece0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1034b1 - Browse repository at this point
Copy the full SHA c1034b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd6b478 - Browse repository at this point
Copy the full SHA bd6b478View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06e5f82 - Browse repository at this point
Copy the full SHA 06e5f82View commit details -
[pylint] Fix W0102 - Dangerous default value {} as argument. Change to
context=None and add a 'context = context or {}' line.
Configuration menu - View commit details
-
Copy full SHA for 2278792 - Browse repository at this point
Copy the full SHA 2278792View commit details -
[pylint] Fix W0102 - Dangerous default value [] as argument. Change to
args=None and add a 'args = args or []' line.
Configuration menu - View commit details
-
Copy full SHA for eec2bae - Browse repository at this point
Copy the full SHA eec2baeView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb45a24 - Browse repository at this point
Copy the full SHA bb45a24View commit details
Commits on Dec 9, 2014
-
[pylint] Fix W0622 - Redefining built-in keys
keys 'id' and 'type'. rename keys to ids or obj_type.
Configuration menu - View commit details
-
Copy full SHA for dcbb454 - Browse repository at this point
Copy the full SHA dcbb454View commit details -
[pylint] Fix W0622 - Redefining built-in keys
keys 'id' and 'type'. rename keys to ids or obj_type.
Configuration menu - View commit details
-
Copy full SHA for 411068b - Browse repository at this point
Copy the full SHA 411068bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a8d3fc - Browse repository at this point
Copy the full SHA 3a8d3fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebdf1bf - Browse repository at this point
Copy the full SHA ebdf1bfView commit details -
[pylint] Fix W0612 - Unused variable.
Remove variables, when a variable cannot be deleted (when a function return a tuble, self assign the unused variable).
Configuration menu - View commit details
-
Copy full SHA for 1eddb50 - Browse repository at this point
Copy the full SHA 1eddb50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 647b0dc - Browse repository at this point
Copy the full SHA 647b0dcView commit details -
[pylint] Fix W0102 - Dangerous default value.
Replace argrument "context={}" for "context=None" and add a line "context = context or {}" Same for default argument.
Configuration menu - View commit details
-
Copy full SHA for 0212dc9 - Browse repository at this point
Copy the full SHA 0212dc9View commit details -
[pylint] Fix W0106 - Pointless use of circuits.
Change for if staments.
Configuration menu - View commit details
-
Copy full SHA for 743459a - Browse repository at this point
Copy the full SHA 743459aView commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for fd4b5c4 - Browse repository at this point
Copy the full SHA fd4b5c4View commit details -
[pylint] Fix R0911. Too many return statements.
Conjugate the if stames and return one only return False and return True.
Configuration menu - View commit details
-
Copy full SHA for 822b925 - Browse repository at this point
Copy the full SHA 822b925View commit details -
Configuration menu - View commit details
-
Copy full SHA for a46ad32 - Browse repository at this point
Copy the full SHA a46ad32View commit details -
[pylint] Fix W0702 - No exception type(s) specified.
Add generic except Exception.
Configuration menu - View commit details
-
Copy full SHA for 8a1a089 - Browse repository at this point
Copy the full SHA 8a1a089View commit details -
Configuration menu - View commit details
-
Copy full SHA for d102f83 - Browse repository at this point
Copy the full SHA d102f83View commit details -
Configuration menu - View commit details
-
Copy full SHA for 23d4720 - Browse repository at this point
Copy the full SHA 23d4720View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a8d603 - Browse repository at this point
Copy the full SHA 7a8d603View commit details
Commits on Dec 10, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 82a89b0 - Browse repository at this point
Copy the full SHA 82a89b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72d6513 - Browse repository at this point
Copy the full SHA 72d6513View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01be485 - Browse repository at this point
Copy the full SHA 01be485View commit details -
Configuration menu - View commit details
-
Copy full SHA for b9798dc - Browse repository at this point
Copy the full SHA b9798dcView commit details -
[pylint] Fix W0703 - (broad-except)
Catching too general exception Exception Change to a IOError.
Configuration menu - View commit details
-
Copy full SHA for 3572b09 - Browse repository at this point
Copy the full SHA 3572b09View commit details -
[pylint] Fix W0703 - (broad-except)
Catching too general exception Exception Chanto to a libxml2.parserError Exception.
Configuration menu - View commit details
-
Copy full SHA for 96385a8 - Browse repository at this point
Copy the full SHA 96385a8View commit details -
[pylint] Fix W0703 - (broad-except).
Catching too general exception Exception Change to a Unidecode Exception.
Configuration menu - View commit details
-
Copy full SHA for 5d98653 - Browse repository at this point
Copy the full SHA 5d98653View commit details -
[pylint] Fix W0105 - pointless-string-statement
String statement has no effect. Delete meaningless string.
Configuration menu - View commit details
-
Copy full SHA for e3db4c4 - Browse repository at this point
Copy the full SHA e3db4c4View commit details -
Merge pull request #1 from vauxoo-dev/7.0-compute_refund-hbto
[FIX] Wrong Indentation on block statements [pylint] FIx W0631 (undefined-loop-variable),
Configuration menu - View commit details
-
Copy full SHA for 9a2e253 - Browse repository at this point
Copy the full SHA 9a2e253View commit details -
[pylint] Fix W0104 - pointless-statement
Statement seems to have no effect Delete statement.
Configuration menu - View commit details
-
Copy full SHA for 989a568 - Browse repository at this point
Copy the full SHA 989a568View commit details -
[pylint] Fix W0612 - unused-variablie.
Unused variable 'args' Remove variable used in exception.
Configuration menu - View commit details
-
Copy full SHA for 52e42e7 - Browse repository at this point
Copy the full SHA 52e42e7View commit details
Commits on Dec 11, 2014
-
[pylint] Fix W0123 (eval-used). Use of eval
change eval for ast.literal_eval
Configuration menu - View commit details
-
Copy full SHA for 3cda873 - Browse repository at this point
Copy the full SHA 3cda873View commit details
Commits on Dec 12, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 3776884 - Browse repository at this point
Copy the full SHA 3776884View commit details -
Configuration menu - View commit details
-
Copy full SHA for d12183f - Browse repository at this point
Copy the full SHA d12183fView commit details
Commits on Dec 15, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 4c81494 - Browse repository at this point
Copy the full SHA 4c81494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a89564 - Browse repository at this point
Copy the full SHA 6a89564View commit details
Commits on Dec 16, 2014
-
Configuration menu - View commit details
-
Copy full SHA for e2f5166 - Browse repository at this point
Copy the full SHA e2f5166View commit details
Commits on Dec 17, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 38875fb - Browse repository at this point
Copy the full SHA 38875fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1724e6 - Browse repository at this point
Copy the full SHA d1724e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b7eb9 - Browse repository at this point
Copy the full SHA b7b7eb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e9a185 - Browse repository at this point
Copy the full SHA 6e9a185View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65410c6 - Browse repository at this point
Copy the full SHA 65410c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4f206c - Browse repository at this point
Copy the full SHA a4f206cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b280ab1 - Browse repository at this point
Copy the full SHA b280ab1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c23fac - Browse repository at this point
Copy the full SHA 7c23facView commit details -
Configuration menu - View commit details
-
Copy full SHA for 77ab507 - Browse repository at this point
Copy the full SHA 77ab507View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0445b2a - Browse repository at this point
Copy the full SHA 0445b2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for cad4a99 - Browse repository at this point
Copy the full SHA cad4a99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 438e0e4 - Browse repository at this point
Copy the full SHA 438e0e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f73da36 - Browse repository at this point
Copy the full SHA f73da36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1034ff9 - Browse repository at this point
Copy the full SHA 1034ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d5c7d8 - Browse repository at this point
Copy the full SHA 3d5c7d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 478ba08 - Browse repository at this point
Copy the full SHA 478ba08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6dad066 - Browse repository at this point
Copy the full SHA 6dad066View commit details -
Configuration menu - View commit details
-
Copy full SHA for da37e0f - Browse repository at this point
Copy the full SHA da37e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa6d253 - Browse repository at this point
Copy the full SHA fa6d253View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12f2c28 - Browse repository at this point
Copy the full SHA 12f2c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 416c442 - Browse repository at this point
Copy the full SHA 416c442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fde876 - Browse repository at this point
Copy the full SHA 6fde876View commit details -
Configuration menu - View commit details
-
Copy full SHA for f66e33a - Browse repository at this point
Copy the full SHA f66e33aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa23826 - Browse repository at this point
Copy the full SHA fa23826View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a61065 - Browse repository at this point
Copy the full SHA 8a61065View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48cdab8 - Browse repository at this point
Copy the full SHA 48cdab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ef6b5e - Browse repository at this point
Copy the full SHA 3ef6b5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2665e76 - Browse repository at this point
Copy the full SHA 2665e76View commit details -
[TEST] REM ovl_all application attribute True.
Just to se if the test run in shippable.
Configuration menu - View commit details
-
Copy full SHA for e3d8c50 - Browse repository at this point
Copy the full SHA e3d8c50View commit details -
Revert "[TEST] REM ovl_all application attribute True."
This reverts commit e3d8c50.
Configuration menu - View commit details
-
Copy full SHA for 6dd5b53 - Browse repository at this point
Copy the full SHA 6dd5b53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c3dd89 - Browse repository at this point
Copy the full SHA 1c3dd89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 993ea6c - Browse repository at this point
Copy the full SHA 993ea6cView commit details -
[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.
Configuration menu - View commit details
-
Copy full SHA for b3e430a - Browse repository at this point
Copy the full SHA b3e430aView commit details -
Merge pull request OCA#10 from vauxoo-dev/7.0-pylint-kty
[MERGE] apply pylint to the odoo-venezuela modules.
Configuration menu - View commit details
-
Copy full SHA for b27abf5 - Browse repository at this point
Copy the full SHA b27abf5View commit details
Commits on Jan 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5d1b811 - Browse repository at this point
Copy the full SHA 5d1b811View commit details
Commits on Jan 9, 2015
-
Merge pull request OCA#11 from vauxoo-dev/7.0-l10n_ve_withholding_isl…
…r-fix-2809-kty [FIX] bad definition of related field.
Configuration menu - View commit details
-
Copy full SHA for 7c2f48a - Browse repository at this point
Copy the full SHA 7c2f48aView commit details
Commits on Jan 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0fcacc9 - Browse repository at this point
Copy the full SHA 0fcacc9View commit details
Commits on May 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1eafde0 - Browse repository at this point
Copy the full SHA 1eafde0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7367557 - Browse repository at this point
Copy the full SHA 7367557View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffed9f5 - Browse repository at this point
Copy the full SHA ffed9f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56474d7 - Browse repository at this point
Copy the full SHA 56474d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f7f8fe - Browse repository at this point
Copy the full SHA 8f7f8feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 500bcd7 - Browse repository at this point
Copy the full SHA 500bcd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 752c4cd - Browse repository at this point
Copy the full SHA 752c4cdView commit details -
[IMP] Making tax amount field a functional field instead of related by
using previous field base amount with multi attribute
Configuration menu - View commit details
-
Copy full SHA for 5412377 - Browse repository at this point
Copy the full SHA 5412377View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ace020 - Browse repository at this point
Copy the full SHA 5ace020View commit details -
[FIX] git rid currency awareness from amount_ret as its primer values
are currency aware
Configuration menu - View commit details
-
Copy full SHA for eb335bb - Browse repository at this point
Copy the full SHA eb335bbView commit details -
[IMP] When Posting Journal Entries rather use Account in Invoice instead
of the one the Withholding Doc
Configuration menu - View commit details
-
Copy full SHA for fa1c89e - Browse repository at this point
Copy the full SHA fa1c89eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 90a5960 - Browse repository at this point
Copy the full SHA 90a5960View commit details -
Configuration menu - View commit details
-
Copy full SHA for 322fae8 - Browse repository at this point
Copy the full SHA 322fae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c2640d - Browse repository at this point
Copy the full SHA 6c2640dView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for dde5be0 - Browse repository at this point
Copy the full SHA dde5be0View commit details
Commits on May 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0b840f4 - Browse repository at this point
Copy the full SHA 0b840f4View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c0aa7de - Browse repository at this point
Copy the full SHA c0aa7deView commit details
Commits on Jun 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a093021 - Browse repository at this point
Copy the full SHA a093021View commit details
Commits on Jun 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for dd3565e - Browse repository at this point
Copy the full SHA dd3565eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9867ea4 - Browse repository at this point
Copy the full SHA 9867ea4View commit details -
[IMP] Added field type to enable option to choose file to import XML
data for employees
Configuration menu - View commit details
-
Copy full SHA for 7d32cd7 - Browse repository at this point
Copy the full SHA 7d32cd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3bf090 - Browse repository at this point
Copy the full SHA b3bf090View commit details
Commits on Jun 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 9e05b88 - Browse repository at this point
Copy the full SHA 9e05b88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78ecd42 - Browse repository at this point
Copy the full SHA 78ecd42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 867521c - Browse repository at this point
Copy the full SHA 867521cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f3a21d - Browse repository at this point
Copy the full SHA 2f3a21dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9021a13 - Browse repository at this point
Copy the full SHA 9021a13View commit details -
Configuration menu - View commit details
-
Copy full SHA for f998d15 - Browse repository at this point
Copy the full SHA f998d15View commit details -
Configuration menu - View commit details
-
Copy full SHA for bae44e2 - Browse repository at this point
Copy the full SHA bae44e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0194e19 - Browse repository at this point
Copy the full SHA 0194e19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee9034 - Browse repository at this point
Copy the full SHA 8ee9034View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70026fe - Browse repository at this point
Copy the full SHA 70026feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8367e34 - Browse repository at this point
Copy the full SHA 8367e34View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9a8328 - Browse repository at this point
Copy the full SHA a9a8328View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67d80a4 - Browse repository at this point
Copy the full SHA 67d80a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b281e32 - Browse repository at this point
Copy the full SHA b281e32View commit details -
[PYLINT] W1504(unidiomatic-typecheck). Using type() instead of isinst…
…ance() for a typecheck.
Configuration menu - View commit details
-
Copy full SHA for 0150ff7 - Browse repository at this point
Copy the full SHA 0150ff7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 830550f - Browse repository at this point
Copy the full SHA 830550fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f95d223 - Browse repository at this point
Copy the full SHA f95d223View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35cf857 - Browse repository at this point
Copy the full SHA 35cf857View commit details -
[FIX] moving back _retenida method as functional fields need their
methods on sight
Configuration menu - View commit details
-
Copy full SHA for 903ca31 - Browse repository at this point
Copy the full SHA 903ca31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76d679d - Browse repository at this point
Copy the full SHA 76d679dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae7f5e4 - Browse repository at this point
Copy the full SHA ae7f5e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c109b1 - Browse repository at this point
Copy the full SHA 6c109b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2f6c49 - Browse repository at this point
Copy the full SHA a2f6c49View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee6c4cd - Browse repository at this point
Copy the full SHA ee6c4cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b86712 - Browse repository at this point
Copy the full SHA 8b86712View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8990a7 - Browse repository at this point
Copy the full SHA d8990a7View commit details -
Merge pull request OCA#15 from vauxoo-dev/7.0-l10n_ve_wh_islr-US878-hbto
7.0 l10n ve wh islr us878 hbto
Configuration menu - View commit details
-
Copy full SHA for 8e72138 - Browse repository at this point
Copy the full SHA 8e72138View commit details
Commits on Jun 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 149aced - Browse repository at this point
Copy the full SHA 149acedView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec6d071 - Browse repository at this point
Copy the full SHA ec6d071View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebf8922 - Browse repository at this point
Copy the full SHA ebf8922View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8998049 - Browse repository at this point
Copy the full SHA 8998049View commit details -
Configuration menu - View commit details
-
Copy full SHA for 970588a - Browse repository at this point
Copy the full SHA 970588aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c59cccd - Browse repository at this point
Copy the full SHA c59cccdView commit details -
[IMP] Created csv file to be imported
File does not have meaningful data yet
Configuration menu - View commit details
-
Copy full SHA for e5bddb8 - Browse repository at this point
Copy the full SHA e5bddb8View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for eb27042 - Browse repository at this point
Copy the full SHA eb27042View commit details -
[PYLINT][W0622(redefined-builtin), test_import_csv_employee_income_wh…
…._create_file] Redefining built-in 'file'
Configuration menu - View commit details
-
Copy full SHA for b10d78a - Browse repository at this point
Copy the full SHA b10d78aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6718a57 - Browse repository at this point
Copy the full SHA 6718a57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c9615c - Browse repository at this point
Copy the full SHA 8c9615cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28a3765 - Browse repository at this point
Copy the full SHA 28a3765View commit details -
Configuration menu - View commit details
-
Copy full SHA for 712f3c0 - Browse repository at this point
Copy the full SHA 712f3c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3c7898 - Browse repository at this point
Copy the full SHA c3c7898View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec42aa5 - Browse repository at this point
Copy the full SHA ec42aa5View commit details -
Merge pull request OCA#16 from vauxoo-dev/7.0-l10n_ve_wh_islr-tests-hbto
7.0 l10n ve wh islr tests hbto
Configuration menu - View commit details
-
Copy full SHA for f837d69 - Browse repository at this point
Copy the full SHA f837d69View commit details -
Configuration menu - View commit details
-
Copy full SHA for b762400 - Browse repository at this point
Copy the full SHA b762400View commit details -
[FIX] Unfucking _get_journal method in SRC Module
WTF was that!!! Everything was wired!!! Method was really useless!!!
Configuration menu - View commit details
-
Copy full SHA for 8495155 - Browse repository at this point
Copy the full SHA 8495155View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b74874 - Browse repository at this point
Copy the full SHA 4b74874View commit details
Commits on Jun 11, 2015
-
Merge pull request OCA#17 from vauxoo-dev/7.0-l10n_ve_wh_src-fixes-hbto
7.0 l10n ve wh src fixes hbto
Configuration menu - View commit details
-
Copy full SHA for 7f8bb1b - Browse repository at this point
Copy the full SHA 7f8bb1bView commit details
Commits on Jun 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 232dc65 - Browse repository at this point
Copy the full SHA 232dc65View commit details -
Merge pull request OCA#19 from vauxoo-dev/7.0-l10n_ve_wh_islr-fixes-hbto
[IMP] Avoid duplicating xml_ids records
Configuration menu - View commit details
-
Copy full SHA for 7b83138 - Browse repository at this point
Copy the full SHA 7b83138View commit details
Commits on Jun 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8a8f078 - Browse repository at this point
Copy the full SHA 8a8f078View commit details -
Configuration menu - View commit details
-
Copy full SHA for af76e7a - Browse repository at this point
Copy the full SHA af76e7aView commit details
Commits on Jul 9, 2015
-
Configuration menu - View commit details
-
Copy full SHA for d8ffad3 - Browse repository at this point
Copy the full SHA d8ffad3View commit details -
Configuration menu - View commit details
-
Copy full SHA for af8eb1f - Browse repository at this point
Copy the full SHA af8eb1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05064aa - Browse repository at this point
Copy the full SHA 05064aaView commit details -
Merge pull request OCA#21 from vauxoo-dev/7.0-l10n_ve_wh_islr-fixes-hbto
[FIX] FechaOperacion was missing when importing from xml
Configuration menu - View commit details
-
Copy full SHA for 39e3a7d - Browse repository at this point
Copy the full SHA 39e3a7dView commit details
Commits on Sep 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2a21fa6 - Browse repository at this point
Copy the full SHA 2a21fa6View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 0c7aad4 - Browse repository at this point
Copy the full SHA 0c7aad4View commit details
Commits on Sep 19, 2015
-
[IMP] Renamed module mrp_jit to procurement_jit in odoo V8
Jose Morales committedSep 19, 2015 Configuration menu - View commit details
-
Copy full SHA for a67afd2 - Browse repository at this point
Copy the full SHA a67afd2View commit details -
[IMP] Deleted module process in Odoo V8 in commit 9b39fd9f7f173d0c8be…
…98dfada723e40dc0a7531
Jose Morales committedSep 19, 2015 Configuration menu - View commit details
-
Copy full SHA for d6feb76 - Browse repository at this point
Copy the full SHA d6feb76View commit details -
[IMP] The pluging modules were moved to odoo-extra branch
Jose Morales committedSep 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 0b9e3ac - Browse repository at this point
Copy the full SHA 0b9e3acView commit details -
[IMP] Renamed project_mrp to sale_service in Odoo V8(commit: b0a5e928…
…6de6e7c416dd09508ea870c89aaa0942)
Jose Morales committedSep 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 4e9fb0c - Browse repository at this point
Copy the full SHA 4e9fb0cView commit details -
[IMP] MOdule deleted in commit 909db628e548c44592ff7b1233856fc06a8f6d…
…bc of Odoo V8
Jose Morales committedSep 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 3d765ec - Browse repository at this point
Copy the full SHA 3d765ecView commit details -
[IMP] Removed branch in commit 2b4f2a05998b4e9057760d6d0d38a472e1be38…
…21 of Odoo V8
Jose Morales committedSep 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 7e88162 - Browse repository at this point
Copy the full SHA 7e88162View commit details -
[IMP] Removed branch in commit 6a9bbba17e2664f60000c12950626e024b7eb9a8
Jose Morales committedSep 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 8895745 - Browse repository at this point
Copy the full SHA 8895745View commit details -
[IMP] Renamed module in commit dd285d23af8060557f3bf5c5c1f7205e5bbdf8a5
Jose Morales committedSep 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 2158b35 - Browse repository at this point
Copy the full SHA 2158b35View commit details -
[IMP] Deprecated project_gtd to note in commit fb4507386d34256641ca35…
…c030d43f9e0c59ba11 of Odoo V8
Jose Morales committedSep 19, 2015 Configuration menu - View commit details
-
Copy full SHA for db1cc40 - Browse repository at this point
Copy the full SHA db1cc40View commit details -
[IMP] Renamed module google_base_account to google_account in commit …
…3d04737ab1827879071a3e988394314d849f3948 of Odoo V8
Jose Morales committedSep 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 2c8308a - Browse repository at this point
Copy the full SHA 2c8308aView commit details -
[IMP] Renamed module google_docs to google_drive in commit c74517990f…
…1bec61e52e455be4ec12b6135015a6 of Odoo V8
Jose Morales committedSep 19, 2015 Configuration menu - View commit details
-
Copy full SHA for c837167 - Browse repository at this point
Copy the full SHA c837167View commit details -
[IMP] Removed module in commit 34c3beda2b15f8748f181f93e084cc5be51455…
…80 of Odoo V8
Jose Morales committedSep 19, 2015 Configuration menu - View commit details
-
Copy full SHA for 17de1c3 - Browse repository at this point
Copy the full SHA 17de1c3View commit details
Commits on Sep 21, 2015
-
[IMP] Removed module in commit 909db628e548c44592ff7b1233856fc06a8f6d…
…bc of Odoo V8
Jose Morales committedSep 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 9c240c3 - Browse repository at this point
Copy the full SHA 9c240c3View commit details -
[IMP] Removed module in commit 9f6f9853a0326e55a9f5b8ad19919f121a6e1a…
…89 of Odoo V8
Jose Morales committedSep 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 64e5c3d - Browse repository at this point
Copy the full SHA 64e5c3dView commit details -
[IMP] Removed deprecated portal modules. This module was replaced by …
…website modules Odoo V8 Commit: 7182f0b997db99919fb78417a247a9937ad2637c
Jose Morales committedSep 21, 2015 Configuration menu - View commit details
-
Copy full SHA for fe1f457 - Browse repository at this point
Copy the full SHA fe1f457View commit details -
{IMP} MOdule moved to odoo-extra in commit 502d6770152e13c7560ea3adb2…
…5dddd4265dc016
Jose Morales committedSep 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 85dd450 - Browse repository at this point
Copy the full SHA 85dd450View commit details -
{IMP} MOdule moved to odoo-extra in commit 502d6770152e13c7560ea3adb2…
…5dddd4265dc016 [IMP Removed module base_status in commit 319a222c7c494ae973e637bd54244c85580f3144
Jose Morales committedSep 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 19b07c8 - Browse repository at this point
Copy the full SHA 19b07c8View commit details -
[IMP} Removed module moved in commit 95a9bccb380a0eed8f7904dab61e9972…
…1457c4b6
Jose Morales committedSep 21, 2015 Configuration menu - View commit details
-
Copy full SHA for b582ff8 - Browse repository at this point
Copy the full SHA b582ff8View commit details -
[IMP] removed stock_no_auto_picking module. Replaced by new feature d…
…irectly in stock (procurement.rule) commit: 8abe65d6a1d93b0d95f96d8b8d1497e29d282bb2
Jose Morales committedSep 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 0edaa3a - Browse repository at this point
Copy the full SHA 0edaa3aView commit details -
[IMP] Removed deprecated module in v8
Jose Morales committedSep 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 6f57ddb - Browse repository at this point
Copy the full SHA 6f57ddbView commit details -
[IMP] removed module in commit: 43977deb713ef8df02690d9000f9becff8d9d…
…610 of odoo V8
Jose Morales committedSep 21, 2015 Configuration menu - View commit details
-
Copy full SHA for 6e29867 - Browse repository at this point
Copy the full SHA 6e29867View commit details -
[IMP] In V8 the module auth_oauth depends of auth_signup remove the m…
…odule auth_oauth_signup in commit 33bfec21743c9200f491bd0ddcc6d368cd948f85
Jose Morales committedSep 21, 2015 Configuration menu - View commit details
-
Copy full SHA for d9bff06 - Browse repository at this point
Copy the full SHA d9bff06View commit details
Commits on Sep 22, 2015
-
[IMP] Removed module in commit 9f6f9853a0326e55a9f5b8ad19919f121a6e1a…
…89 of Odoo V8
Jose Morales committedSep 22, 2015 Configuration menu - View commit details
-
Copy full SHA for 703086c - Browse repository at this point
Copy the full SHA 703086cView commit details -
[IMP] Commented plugin modules becase they have problem to install th…
…em in odoo-extra
Jose Morales committedSep 22, 2015 Configuration menu - View commit details
-
Copy full SHA for 50390ad - Browse repository at this point
Copy the full SHA 50390adView commit details -
[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 committedSep 22, 2015 Configuration menu - View commit details
-
Copy full SHA for ea4561c - Browse repository at this point
Copy the full SHA ea4561cView commit details -
[IMP] Modified the ir.property fields becase they were wrong
Jose Morales committedSep 22, 2015 Configuration menu - View commit details
-
Copy full SHA for 8ee1b72 - Browse repository at this point
Copy the full SHA 8ee1b72View commit details -
[IMP] Removed the verion in the view
Jose Morales committedSep 22, 2015 Configuration menu - View commit details
-
Copy full SHA for 9b1409b - Browse repository at this point
Copy the full SHA 9b1409bView commit details -
[IMP] Changed the referen to the parent view because its change in th…
…e new version
Jose Morales committedSep 22, 2015 Configuration menu - View commit details
-
Copy full SHA for b7d1f73 - Browse repository at this point
Copy the full SHA b7d1f73View commit details -
[IMP] Modified the ir.property fields becase they were wrong
Jose Morales committedSep 22, 2015 Configuration menu - View commit details
-
Copy full SHA for f46edb9 - Browse repository at this point
Copy the full SHA f46edb9View commit details
Commits on Sep 25, 2015
-
[IMP] Removed and changed depreciated stuff
Jose Morales committedSep 25, 2015 Configuration menu - View commit details
-
Copy full SHA for 0073613 - Browse repository at this point
Copy the full SHA 0073613View commit details
Commits on Sep 29, 2015
-
[IMP] Change the object to avoid errors with frozzen dict
Jose Morales committedSep 29, 2015 Configuration menu - View commit details
-
Copy full SHA for 7fe2d1a - Browse repository at this point
Copy the full SHA 7fe2d1aView commit details
Commits on Oct 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 16061c5 - Browse repository at this point
Copy the full SHA 16061c5View commit details -
[REF] .travis.yml: Remove deprecated ovl_all module and install ovl m…
…odule to avoid deprecated depend module
Configuration menu - View commit details
-
Copy full SHA for 9c2ad71 - Browse repository at this point
Copy the full SHA 9c2ad71View commit details -
Configuration menu - View commit details
-
Copy full SHA for f681d6d - Browse repository at this point
Copy the full SHA f681d6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for be769ba - Browse repository at this point
Copy the full SHA be769baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 95a187c - Browse repository at this point
Copy the full SHA 95a187cView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ab152a9 - Browse repository at this point
Copy the full SHA ab152a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33df849 - Browse repository at this point
Copy the full SHA 33df849View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8887de - Browse repository at this point
Copy the full SHA b8887deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 886c7dd - Browse repository at this point
Copy the full SHA 886c7ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5c381a - Browse repository at this point
Copy the full SHA a5c381aView commit details -
Merge pull request #29 from vauxoo-dev/8.0-standardize-odoo-venezuela…
…-pr1-dev-moylop260 [REF] odoo-venezuela: Standardize project with odoo guidelines.
Configuration menu - View commit details
-
Copy full SHA for a96832c - Browse repository at this point
Copy the full SHA a96832cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08f6ea1 - Browse repository at this point
Copy the full SHA 08f6ea1View commit details -
Merge pull request #30 from vauxoo-dev/8.0-standardize-odoo-venezuela…
…-pr1-dev-moylop260 [REF] xml files: Basic migration to v8
Configuration menu - View commit details
-
Copy full SHA for 76a755a - Browse repository at this point
Copy the full SHA 76a755aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9be297d - Browse repository at this point
Copy the full SHA 9be297dView commit details -
Merge pull request #31 from vauxoo-dev/8.0-standardize-odoo-venezuela…
…-pr1-dev-moylop260 [REF] Migration import 'netsvc' to workflow
Configuration menu - View commit details
-
Copy full SHA for 6a0f00b - Browse repository at this point
Copy the full SHA 6a0f00bView commit details
Commits on Dec 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 41b1475 - Browse repository at this point
Copy the full SHA 41b1475View commit details -
Merge pull request #35 from vauxoo-dev/7.0-find_fortnight-args-hbto
[FIX] find_fortnight argument wrongfully called
Configuration menu - View commit details
-
Copy full SHA for dbe9da2 - Browse repository at this point
Copy the full SHA dbe9da2View commit details
Commits on Dec 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bdf26ea - Browse repository at this point
Copy the full SHA bdf26eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad6cc1a - Browse repository at this point
Copy the full SHA ad6cc1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 694bc85 - Browse repository at this point
Copy the full SHA 694bc85View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd8083e - Browse repository at this point
Copy the full SHA fd8083eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2ad85f - Browse repository at this point
Copy the full SHA c2ad85fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 74cee6e - Browse repository at this point
Copy the full SHA 74cee6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f79f091 - Browse repository at this point
Copy the full SHA f79f091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c9cf85 - Browse repository at this point
Copy the full SHA 8c9cf85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f563f0 - Browse repository at this point
Copy the full SHA 1f563f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98ef148 - Browse repository at this point
Copy the full SHA 98ef148View commit details -
Configuration menu - View commit details
-
Copy full SHA for 284342a - Browse repository at this point
Copy the full SHA 284342aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fb92a0 - Browse repository at this point
Copy the full SHA 0fb92a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b466302 - Browse repository at this point
Copy the full SHA b466302View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7261d38 - Browse repository at this point
Copy the full SHA 7261d38View commit details -
[REF] l10n_ve_withholding_src: Include data demo to manifest file and…
… update method onchange_partner_id to v8
Configuration menu - View commit details
-
Copy full SHA for 78c6d77 - Browse repository at this point
Copy the full SHA 78c6d77View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4db309 - Browse repository at this point
Copy the full SHA b4db309View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1c71e7 - Browse repository at this point
Copy the full SHA f1c71e7View commit details -
[FIX] l10n_ve_fiscal_requirements: Solved issue when get accounting p…
…artner in VAT Mandatory constraint
Configuration menu - View commit details
-
Copy full SHA for ce4a44f - Browse repository at this point
Copy the full SHA ce4a44fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c339bf - Browse repository at this point
Copy the full SHA 5c339bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8cf7bc - Browse repository at this point
Copy the full SHA f8cf7bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a479e79 - Browse repository at this point
Copy the full SHA a479e79View commit details -
[REF] l10n_ve_fiscal_requirements: VAT Mandatory Constraint is now en…
…abled for fields country_id and vat
Configuration menu - View commit details
-
Copy full SHA for 3e14d32 - Browse repository at this point
Copy the full SHA 3e14d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for d64f2d0 - Browse repository at this point
Copy the full SHA d64f2d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97ffba3 - Browse repository at this point
Copy the full SHA 97ffba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b9755 - Browse repository at this point
Copy the full SHA e9b9755View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4170df2 - Browse repository at this point
Copy the full SHA 4170df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a983989 - Browse repository at this point
Copy the full SHA a983989View commit details -
Configuration menu - View commit details
-
Copy full SHA for e59ad31 - Browse repository at this point
Copy the full SHA e59ad31View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac6c809 - Browse repository at this point
Copy the full SHA ac6c809View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4d46fc - Browse repository at this point
Copy the full SHA b4d46fcView commit details -
Merge pull request #33 from vauxoo-dev/8.0-FIX-duplicated-dev-suniaga…
…jose [IMP] Basic migration OVL 7.0 to 8.0
Configuration menu - View commit details
-
Copy full SHA for 185773c - Browse repository at this point
Copy the full SHA 185773cView commit details
Commits on Oct 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for c205695 - Browse repository at this point
Copy the full SHA c205695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04fc1ff - Browse repository at this point
Copy the full SHA 04fc1ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72420ca - Browse repository at this point
Copy the full SHA 72420caView commit details
Commits on Nov 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f6f7723 - Browse repository at this point
Copy the full SHA f6f7723View commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a42b03 - Browse repository at this point
Copy the full SHA 6a42b03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e4ac35 - Browse repository at this point
Copy the full SHA 1e4ac35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20f6873 - Browse repository at this point
Copy the full SHA 20f6873View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15a0f11 - Browse repository at this point
Copy the full SHA 15a0f11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da53fa - Browse repository at this point
Copy the full SHA 1da53faView commit details