no payment
This commit is contained in:
greg
2025-11-30 19:32:35 -06:00
parent 44be2f5cf2
commit 721405a3db
2 changed files with 95 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Black">
<option name="sdkName" value="Python 3.14 (warranty_claim)" />
</component>
</project>
+89
View File
@@ -0,0 +1,89 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="AutoImportSettings">
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="22810d07-7a23-46b5-943a-50479cd90088" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/warranty_claim.iml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/__init__.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/__manifest__.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/data/mail_template_warranty_claim.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/models/__init__.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/models/sale_order_warranty.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/models/warranty_claim.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/models/warranty_vendor.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/report/report_warranty_claim.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/security/ir.model.access.csv" afterDir="false" />
<change afterPath="$PROJECT_DIR$/views/sale_order_warranty_views.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/views/warranty_claim_views.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/views/warranty_menus.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/views/warranty_vendor_views.xml" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="FileTemplateManagerImpl">
<option name="RECENT_TEMPLATES">
<list>
<option value="Python Script" />
</list>
</option>
</component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectColorInfo"><![CDATA[{
"associatedIndex": 3
}]]></component>
<component name="ProjectId" id="36DVIBY7rktVJLU8ed25ZavgFcV" />
<component name="ProjectLevelVcsManager">
<ConfirmationsSetting value="2" id="Add" />
</component>
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" />
</component>
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true",
"ModuleVcsDetector.initialDetectionPerformed": "true",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
"RunOnceActivity.git.unshallow": "true",
"git-widget-placeholder": "master",
"node.js.detected.package.eslint": "true",
"node.js.detected.package.tslint": "true",
"node.js.selected.package.eslint": "(autodetect)",
"node.js.selected.package.tslint": "(autodetect)",
"nodejs_package_manager_path": "npm",
"settings.editor.selected.configurable": "com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable",
"vue.rearranger.settings.migration": "true"
}
}]]></component>
<component name="SharedIndexes">
<attachedChunks>
<set>
<option value="bundled-js-predefined-d6986cc7102b-a71380e98a7c-JavaScript-WS-252.28238.10" />
</set>
</attachedChunks>
</component>
<component name="TaskManager">
<task active="true" id="Default" summary="Default task">
<changelist id="22810d07-7a23-46b5-943a-50479cd90088" name="Changes" comment="" />
<created>1764541046700</created>
<option name="number" value="Default" />
<option name="presentableId" value="Default" />
<updated>1764541046700</updated>
<workItem from="1764541047716" duration="3403000" />
</task>
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
<option name="version" value="3" />
</component>
</project>