1. 19 Dec, 2019 2 commits
    • Jérome Perrin's avatar
      accounting_ui_test: fix pylint issues · a1a9bfe8
      Jérome Perrin authored
      and re-enable coding style test
      a1a9bfe8
    • Jérome Perrin's avatar
      accounting_ui_test: rename skins to comply with conventions · e0c2f7a2
      Jérome Perrin authored
      Rename AccountingZuite_CommonTemplate to ERP5Site_viewAccountingZuiteCommonTemplate
      
      Rename AccountingZuite_createAccountingTransactionList to AccountingTransactionModule_createAccountingTransactionList
      
      Rename AccountingZuite_createAccountingTransactionListSalesAndPayments to AccountingTransactionModule_createAccountingTransactionListSalesAndPayments
      
      Rename AccountingZuite_createAccountingTransactionListWithPersons to AccountingTransactionModule_createAccountingTransactionListWithPersons
      
      Rename AccountingZuite_createDocument to AccountingTransactionModule_createAccountingTestDocument
      
      Rename AccountingZuite_createReportDataset to AccountingTransactionModule_createAccountingTestReportDataset
      
      Rename AccountingZuite_createReportJournalDataset to AccountingTransactionModule_createAccountingTestReportJournalDataset
      
      Rename AccountingZuite_deleteAccountingTransactionTemplate to ERP5Site_deleteAccountingTransactionTemplate
      
      Rename AccountingZuite_initializeAccountingTransactionReportTest to AccountingTransactionModule_initializeAccountingTransactionReportTest
      
      Rename AccountingZuite_initializeAccountingTransactionTemplateTest to AccountingTransactionModule_initializeAccountingTransactionTemplateTest
      
      Rename AccountingZuite_markChanged to AccountingTransactionModule_markAccountingTestDataChanged
      
      Rename AccountingZuite_reportMacros to Zuite_viewAccountingTestReportMacros
      
      Rename AccountingZuite_reset to ERP5Site_resetConfigurationForAccountingTest
      
      Rename AccountingZuite_setAccountReferencePreference to PreferenceTool_setAccountingTestAccountReferencePreference
      
      Rename AccountingZuite_setDocumentSectionPreference to PreferenceTool_setAccountingTestDocumentSectionPreference
      
      Rename AccountingZuite_unsetDocumentSectionPreference to PreferenceTool_resetAccountingTestDocumentSectionPreference
      e0c2f7a2
  2. 16 Dec, 2019 1 commit
    • Jérome Perrin's avatar
      project: make Project Cell use OrderCell class · 3f9adbfa
      Jérome Perrin authored
      erp5_project does not depend on erp5_budget, so instanciating project
      cell fail unless erp5_budget is installed.
      
      Project Cell are not used by default, so it's still a bit unclear, but
      with erp5_budget we can directly define budgets by project / project
      lines in a more flexible (but also more complex).
      
      Project Line uses OrderLine, so it's consistent to use OrderCell for Project Cell.
      
      
      /reviewed-on nexedi/erp5!980
      3f9adbfa
  3. 13 Dec, 2019 7 commits
  4. 12 Dec, 2019 5 commits
  5. 11 Dec, 2019 1 commit
    • Jérome Perrin's avatar
      CodingStyleTest: run testXHTML for each business template · 7988bc67
      Jérome Perrin authored
       - run `testXHTML` on business templates "one by one"
       - fix all the problems with the currently tested business templates
       - because `erp5_ingestion` was containing some tests skin folder depending on other business templates and because I did not want to add dependencies to `erp5_ingestion` I moved the tests in `erp5_ingestion_test`.
      
      /reviewed-on nexedi/erp5!989
      7988bc67
  6. 10 Dec, 2019 3 commits
  7. 06 Dec, 2019 4 commits
  8. 03 Dec, 2019 17 commits